Skip to content

Commit ac0d625

Browse files
committed
v1.2.1
1 parent ddcceb4 commit ac0d625

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [1.2.1] - 2023-01-31
11+
### Composer
12+
13+
- Changed `php` from `>=8.0` to `>=7.4`.
14+
Full set of changes: [`1.2.0...1.2.1`][1.2.1]
15+
16+
[1.2.1]: https://github.com/pronamic/wp-number/compare/v1.2.0...v1.2.1
17+
1018
## [1.2.0] - 2022-12-19
1119
- Increased minimum PHP version to version `8` or higher.
1220
- Improved support for PHP `8.1` and `8.2`.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pronamic/wp-number",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"description": "WordPress Number library.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)