From 8c4637fd557a4b6511926a6dda65ac05213b8122 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 14:20:07 -0400 Subject: [PATCH] chore(dev): release 1.9.5 (#94) Co-authored-by: pressbooks-ops <66340483+pressbooks-ops@users.noreply.github.com> --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ fake-plugin.php | 2 +- src/App.php | 2 +- src/compatibility.php | 2 +- 5 files changed, 12 insertions(+), 4 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e27c0f1..dbce59c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.9.4" + ".": "1.9.5" } \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 23189f8..6c4235a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [1.9.5](https://github.com/pressbooks/fake-plugin/compare/1.9.4...1.9.5) (2024-05-21) + + +### Bug Fixes + +* inherited secrets ([#95](https://github.com/pressbooks/fake-plugin/issues/95)) ([589ce38](https://github.com/pressbooks/fake-plugin/commit/589ce38e2b2ff09add75ae0371ec524b950b7a47)) +* invalid option ([5db6501](https://github.com/pressbooks/fake-plugin/commit/5db65014d97d25a135a78b583dafe8ea70dd037f)) + ## [1.9.4](https://github.com/pressbooks/fake-plugin/compare/1.9.3...1.9.4) (2024-05-21) diff --git a/fake-plugin.php b/fake-plugin.php index a85912c..2053bcf 100644 --- a/fake-plugin.php +++ b/fake-plugin.php @@ -4,7 +4,7 @@ * Plugin URI: https://pressbooks.org * Description: Plugin for testing purposes. * x-release-please-start-version - * Version: 1.9.4 + * Version: 1.9.5 * x-release-please-end * Requires at least: 6.5.2 * Requires PHP: 8.1 diff --git a/src/App.php b/src/App.php index 2fdb024..84b5a07 100644 --- a/src/App.php +++ b/src/App.php @@ -33,7 +33,7 @@ public function salutation() public function getVersion() { // x-release-please-start-version - return '1.9.4'; + return '1.9.5'; // x-release-please-end } } diff --git a/src/compatibility.php b/src/compatibility.php index 86f3f53..567710c 100644 --- a/src/compatibility.php +++ b/src/compatibility.php @@ -1,5 +1,5 @@