Skip to content

Commit

Permalink
chore(dev): release 1.9.7
Browse files Browse the repository at this point in the history
  • Loading branch information
pressbooks-ops committed May 23, 2024
1 parent 366791f commit 30cbc77
Show file tree
Hide file tree
Showing 5 changed files with 14 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.6"
".": "1.9.7"
}
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## [1.9.7](https://github.com/pressbooks/fake-plugin/compare/1.9.6...1.9.7) (2024-05-23)


### Bug Fixes

* npm build ([#101](https://github.com/pressbooks/fake-plugin/issues/101)) ([32abb90](https://github.com/pressbooks/fake-plugin/commit/32abb906c50b9a2f5cd44f489318ca6d3f9c4d76))
* npm build action ([#100](https://github.com/pressbooks/fake-plugin/issues/100)) ([75af00d](https://github.com/pressbooks/fake-plugin/commit/75af00d702bbf8fac95e933b99940113ed4f8d3e))
* pot trigger ([#103](https://github.com/pressbooks/fake-plugin/issues/103)) ([366791f](https://github.com/pressbooks/fake-plugin/commit/366791fba530c86a9e8d6909b1fdc4683f429312))
* trigger bedrock update ([#98](https://github.com/pressbooks/fake-plugin/issues/98)) ([5bf275a](https://github.com/pressbooks/fake-plugin/commit/5bf275a69bf63fe293faf9624a8abb229df4697b))

## [1.9.6](https://github.com/pressbooks/fake-plugin/compare/1.9.5...1.9.6) (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.6
* Version: 1.9.7
* 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.6';
return '1.9.7';
// 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.6';
const pluginVersion = '1.9.7';
// x-release-please-end

0 comments on commit 30cbc77

Please sign in to comment.