Skip to content

Commit 70b45b4

Browse files
chore(dev): release 1.9.8 (#113)
1 parent dbed775 commit 70b45b4

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.9.7"
2+
".": "1.9.8"
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.8](https://github.com/pressbooks/fake-plugin/compare/1.9.7...1.9.8) (2025-02-11)
4+
5+
6+
### Bug Fixes
7+
8+
* release please ([#112](https://github.com/pressbooks/fake-plugin/issues/112)) ([3a6e3dc](https://github.com/pressbooks/fake-plugin/commit/3a6e3dce8ee3864b5d7c471fbabdeae4f1d13bf7))
9+
10+
11+
### Chores
12+
13+
* **l10n:** Updates for project Fake Plugin ([4984dd5](https://github.com/pressbooks/fake-plugin/commit/4984dd5b38c40705cf3ba08bc96318600a8abe59))
14+
* not trigger tests ([dbed775](https://github.com/pressbooks/fake-plugin/commit/dbed7752bb6f4b3f90f21ad18510d8feb06b7f51))
15+
* update translations ([#107](https://github.com/pressbooks/fake-plugin/issues/107)) ([f135d60](https://github.com/pressbooks/fake-plugin/commit/f135d602c1590e51a28b681f6469f8e22e388733))
16+
317
## [1.9.7](https://github.com/pressbooks/fake-plugin/compare/1.9.6...1.9.7) (2024-05-23)
418

519

fake-plugin.php

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

src/App.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ public function salutation()
3333
public function getVersion()
3434
{
3535
// x-release-please-start-version
36-
return '1.9.7';
36+
return '1.9.8';
3737
// x-release-please-end
3838
}
3939
}

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.9.7';
4+
const pluginVersion = '1.9.8';
55
// x-release-please-end

0 commit comments

Comments
 (0)