Skip to content

Commit

Permalink
chore(dev): release 1.9.5 (#94)
Browse files Browse the repository at this point in the history
Co-authored-by: pressbooks-ops <[email protected]>
  • Loading branch information
github-actions[bot] and pressbooks-ops authored May 21, 2024
1 parent 589ce38 commit 8c4637f
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.9.4"
".": "1.9.5"
}
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion fake-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
}
2 changes: 1 addition & 1 deletion src/compatibility.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

// x-release-please-start-version
const pluginVersion = '1.9.4';
const pluginVersion = '1.9.5';
// x-release-please-end

0 comments on commit 8c4637f

Please sign in to comment.