Skip to content

Commit d079f76

Browse files
chore(dev): release 1.9.0 (#75)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c03a64e commit d079f76

File tree

5 files changed

+18
-4
lines changed

5 files changed

+18
-4
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.8.1"
2+
".": "1.9.0"
33
}

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
# Changelog
22

3+
## [1.9.0](https://github.com/pressbooks/fake-plugin/compare/1.8.1...1.9.0) (2024-05-16)
4+
5+
6+
### Features
7+
8+
* reusable tests workflow ([#76](https://github.com/pressbooks/fake-plugin/issues/76)) ([33db299](https://github.com/pressbooks/fake-plugin/commit/33db299de3e41ba53afa2b93732011819d83e5c4))
9+
10+
11+
### Bug Fixes
12+
13+
* auto-merge.yml ([c382556](https://github.com/pressbooks/fake-plugin/commit/c382556b7f31917ed2cccb15ed9da18e345f3b59))
14+
* translation flow ([#78](https://github.com/pressbooks/fake-plugin/issues/78)) ([2d090e2](https://github.com/pressbooks/fake-plugin/commit/2d090e21306bdf8fdfd15f7afe8184a7fa5f3eb5))
15+
* trigger-bedrock-updates.yml ([1912e70](https://github.com/pressbooks/fake-plugin/commit/1912e70c8eb2c2531405d9e46f658d50611ec3b9))
16+
317
## [1.8.1](https://github.com/pressbooks/fake-plugin/compare/1.8.0...1.8.1) (2024-05-08)
418

519

fake-plugin.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
* Plugin URI: https://pressbooks.org
55
* Description: Plugin for testing purposes.
66
* x-release-please-start-version
7-
* Version: 1.8.1
7+
* Version: 1.9.0
88
* x-release-please-end
99
* Requires at least: 6.5.2
1010
* Requires PHP: 8.1

src/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public function bye()
2828
public function getVersion()
2929
{
3030
// x-release-please-start-version
31-
return '1.8.1';
31+
return '1.9.0';
3232
// x-release-please-end
3333
}
3434
}

src/compatibility.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
<?php
22

33
// x-release-please-start-version
4-
const pluginVersion = '1.8.1';
4+
const pluginVersion = '1.9.0';
55
// x-release-please-end

0 commit comments

Comments
 (0)