From ee542310f414fa757c1111600cc877cf4a636916 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 5 Apr 2026 13:24:26 +0000 Subject: [PATCH] chore(main): release 0.1.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 25 +++++++++++++++++++++++++ 2 files changed, 26 insertions(+), 1 deletion(-) 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..30608f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,31 @@ 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-04-05) + + +### Features + +* backfill `Settings` and `Example` modules ([#15](https://github.com/rtCamp/plugin-skeleton-d/issues/15)) ([bbe8008](https://github.com/rtCamp/plugin-skeleton-d/commit/bbe8008ce9a737414547cb4d4de61cb2ed308b5f)) +* initial (rt)Commit ([677d09f](https://github.com/rtCamp/plugin-skeleton-d/commit/677d09f2f9f6d84bdfdc29ccf41da4b66330a55c)) + + +### Bug Fixes + +* **deps-dev:** bump phpstan/phpstan ([#17](https://github.com/rtCamp/plugin-skeleton-d/issues/17)) ([a8971c3](https://github.com/rtCamp/plugin-skeleton-d/commit/a8971c34b71c2cec06fa312b9f88afb7d5597df1)) +* **deps-dev:** bump the npm-dev-minor-patch group with 3 updates ([#18](https://github.com/rtCamp/plugin-skeleton-d/issues/18)) ([d466c6c](https://github.com/rtCamp/plugin-skeleton-d/commit/d466c6c1443a85f0cb437c07c4533b5e872d2025)) +* **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 codecov/codecov-action ([#16](https://github.com/rtCamp/plugin-skeleton-d/issues/16)) ([09fe031](https://github.com/rtCamp/plugin-skeleton-d/commit/09fe031b4c4c7a77104818dad0145d6dbfbb48ab)) +* **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 6 updates ([#14](https://github.com/rtCamp/plugin-skeleton-d/issues/14)) ([6dc4e2c](https://github.com/rtCamp/plugin-skeleton-d/commit/6dc4e2c6261ea6c25e61fab6bf2fde09b8d5d6b2)) +* **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)) +* Update NPM and Composer deps ([#12](https://github.com/rtCamp/plugin-skeleton-d/issues/12)) ([b77955c](https://github.com/rtCamp/plugin-skeleton-d/commit/b77955c43f602ac5e4343ff0c6ac05f3b2c3dd60)) + ## [Unreleased] - TBD ## [0.0.1] - YYYY-MM-DD