diff --git a/.release-please-manifest.json b/.release-please-manifest.json index f2ecd08..c6b4421 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.1.0" + ".": "0.1.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ef6eefd..bc337d0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to a modified version of [Semantic Versioning](./README.md#updating-and-versioning). +## [0.1.1](https://github.com/rtCamp/plugin-skeleton-d/compare/v0.1.0...v0.1.1) (2026-05-18) + + +### Bug Fixes + +* **deps-dev:** bump the composer-dev-minor-patch group with 2 updates ([#43](https://github.com/rtCamp/plugin-skeleton-d/issues/43)) ([a503e6f](https://github.com/rtCamp/plugin-skeleton-d/commit/a503e6fbc8ed1f7212657c5061736978fc811b83)) + + +### Miscellaneous Chores + +* **ci:** bump shivammathur/setup-php ([#44](https://github.com/rtCamp/plugin-skeleton-d/issues/44)) ([3e37fb4](https://github.com/rtCamp/plugin-skeleton-d/commit/3e37fb437a6bb94a26400de0cc3bdc071d99f38d)) + ## [0.1.0](https://github.com/rtCamp/plugin-skeleton-d/compare/v0.0.1...v0.1.0) (2026-04-30)