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..79db176 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,28 @@ 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-07-12) + + +### 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)) +* **deps-dev:** bump the npm-dev-minor-patch group with 10 updates ([#73](https://github.com/rtCamp/plugin-skeleton-d/issues/73)) ([0f2fe71](https://github.com/rtCamp/plugin-skeleton-d/commit/0f2fe71598bfb0478511f7b8e293c39039debaf7)) +* **deps-dev:** bump the npm-dev-minor-patch group with 7 updates ([#77](https://github.com/rtCamp/plugin-skeleton-d/issues/77)) ([aa07a2f](https://github.com/rtCamp/plugin-skeleton-d/commit/aa07a2f83f9641421f602c2cee4d80509f06e0e6)) + + +### Miscellaneous Chores + +* bump minimums and deps ([#69](https://github.com/rtCamp/plugin-skeleton-d/issues/69)) ([ff1344b](https://github.com/rtCamp/plugin-skeleton-d/commit/ff1344bc30bc606474d800fb9a48339608bd7ceb)) +* **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 across 1 directory with 3 updates ([#68](https://github.com/rtCamp/plugin-skeleton-d/issues/68)) ([a178d80](https://github.com/rtCamp/plugin-skeleton-d/commit/a178d80aa89265495cf3de2bc3a6200ee5bd7dc5)) +* **ci:** bump the github-actions-updates group across 1 directory with 4 updates ([#72](https://github.com/rtCamp/plugin-skeleton-d/issues/72)) ([c338c83](https://github.com/rtCamp/plugin-skeleton-d/commit/c338c830dac1e6b6ec59f3bda3091ecf3b5abf8c)) +* **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)