Skip to content

Commit 29f8631

Browse files
committed
v1.4.0
1 parent acb1b12 commit 29f8631

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [1.4.0] - 2025-11-26
11+
12+
### Commits
13+
14+
- Added `Number::is_whole_number()` helper method. ([a1833c8](https://github.com/pronamic/wp-number/commit/a1833c8efc9e022b234ff56f6a13d738e20edcec))
15+
- Added `Number::format_i18n_non_trailing_zeros()` method to format internationally without trailing zeros. ([6e77ead](https://github.com/pronamic/wp-number/commit/6e77ead1a5007326dc302ad765532a5c369dacf0))
16+
17+
Full set of changes: [`1.3.3...1.4.0`][1.4.0]
18+
19+
[1.4.0]: https://github.com/pronamic/wp-number/compare/v1.3.3...v1.4.0
20+
1021
## [1.3.3] - 2024-12-17
1122

1223
### Commits

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.3.3",
3+
"version": "1.4.0",
44
"description": "WordPress Number library.",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)