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..cbdf08b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,23 @@ 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-06-06) + + +### Bug Fixes + +* **deps-dev:** bump phpstan/phpstan ([#56](https://github.com/rtCamp/plugin-skeleton-d/issues/56)) ([f8290ed](https://github.com/rtCamp/plugin-skeleton-d/commit/f8290ede8ac45110358a83ee4f96c7fc64aac9e6)) +* **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 actions/checkout in the github-actions-updates group ([#57](https://github.com/rtCamp/plugin-skeleton-d/issues/57)) ([84c16d1](https://github.com/rtCamp/plugin-skeleton-d/commit/84c16d1c2f3df86c8edfff9d8187102a307e520b)) +* **ci:** bump codecov/codecov-action ([#46](https://github.com/rtCamp/plugin-skeleton-d/issues/46)) ([4d2fb45](https://github.com/rtCamp/plugin-skeleton-d/commit/4d2fb452c8769e898829dcd23cc45d3126761f63)) +* **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)) +* **ci:** bump the github-actions-updates group with 2 updates ([#55](https://github.com/rtCamp/plugin-skeleton-d/issues/55)) ([8102733](https://github.com/rtCamp/plugin-skeleton-d/commit/8102733fe26a49b341afafa3cd5a9ad1c860f1ac)) +* update deps ([#50](https://github.com/rtCamp/plugin-skeleton-d/issues/50)) ([fcfdb79](https://github.com/rtCamp/plugin-skeleton-d/commit/fcfdb79a3b9284c6f32df8749f5cf6067d05c7c7)) + ## [0.1.0](https://github.com/rtCamp/plugin-skeleton-d/compare/v0.0.1...v0.1.0) (2026-04-30)