From 7191a817cea0567def202f2154dbb6c434c52a45 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 24 May 2026 21:24:58 +0000 Subject: [PATCH] chore(main): release 0.1.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) 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..d4f25a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,20 @@ 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-24) + + +### 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 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)) +* 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)