diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9987e47..f2ecd08 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.0.1" + ".": "0.1.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index f47b40e..ac5b404 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,25 @@ 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.0](https://github.com/rtCamp/plugin-skeleton-d/compare/v0.0.1...v0.1.0) (2026-03-14) + + +### Features + +* initial (rt)Commit ([677d09f](https://github.com/rtCamp/plugin-skeleton-d/commit/677d09f2f9f6d84bdfdc29ccf41da4b66330a55c)) + + +### Bug Fixes + +* **deps-dev:** bump wp-phpunit/wp-phpunit ([#10](https://github.com/rtCamp/plugin-skeleton-d/issues/10)) ([56101b7](https://github.com/rtCamp/plugin-skeleton-d/commit/56101b7b95de026ad55a2afd1f9873a873f077dd)) +* update npm deps ([#7](https://github.com/rtCamp/plugin-skeleton-d/issues/7)) ([4817918](https://github.com/rtCamp/plugin-skeleton-d/commit/4817918807b487c547fbb08fea773a0107b46d19)) + + +### Miscellaneous Chores + +* **ci:** bump the github-actions-updates group with 3 updates ([#11](https://github.com/rtCamp/plugin-skeleton-d/issues/11)) ([d3fe0ff](https://github.com/rtCamp/plugin-skeleton-d/commit/d3fe0ff20a9a35c184203171c8c82c114f93fe95)) +* **ci:** bump the github-actions-updates group with 8 updates ([#3](https://github.com/rtCamp/plugin-skeleton-d/issues/3)) ([78d9d53](https://github.com/rtCamp/plugin-skeleton-d/commit/78d9d537e2621e0b7b1b35539154cdb9eda76b79)) + ## [Unreleased] - TBD ## [0.0.1] - YYYY-MM-DD