@automattic/number-formatters 1.0.13 → 1.0.14

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/CHANGELOG.md +5 -0
  2. package/package.json +2 -2
package/CHANGELOG.md CHANGED
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
4
4
 
5
5
  The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
6
6
 
7
+ ## [1.0.14] - 2025-10-28
8
+ ### Changed
9
+ - Update package dependencies. [#45652]
10
+
7
11
  ## [1.0.13] - 2025-10-02
8
12
  ### Changed
9
13
  - Update package dependencies. [#45334]
@@ -85,6 +89,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
85
89
  - Initial release
86
90
  - Basic number formatting functionality
87
91
 
92
+ [1.0.14]: https://github.com/Automattic/number-formatters/compare/1.0.13...1.0.14
88
93
  [1.0.13]: https://github.com/Automattic/number-formatters/compare/1.0.12...1.0.13
89
94
  [1.0.12]: https://github.com/Automattic/number-formatters/compare/1.0.11...1.0.12
90
95
  [1.0.11]: https://github.com/Automattic/number-formatters/compare/1.0.10...1.0.11
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/number-formatters",
3
- "version": "1.0.13",
3
+ "version": "1.0.14",
4
4
  "description": "Number formatting utilities",
5
5
  "homepage": "https://github.com/Automattic/jetpack/tree/HEAD/projects/js-packages/number-formatters/#readme",
6
6
  "bugs": {
@@ -45,6 +45,6 @@
45
45
  "@types/jest": "30.0.0",
46
46
  "jest": "30.0.4",
47
47
  "jest-environment-jsdom": "30.0.4",
48
- "typescript": "5.9.2"
48
+ "typescript": "5.9.3"
49
49
  }
50
50
  }