@automattic/number-formatters 1.2.0 → 1.2.1
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.
- package/CHANGELOG.md +5 -0
- package/SECURITY.md +0 -1
- package/package.json +1 -1
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.2.1] - 2026-06-03
|
|
8
|
+
### Changed
|
|
9
|
+
- Internal updates.
|
|
10
|
+
|
|
7
11
|
## [1.2.0] - 2026-05-25
|
|
8
12
|
### Added
|
|
9
13
|
- Currency formatting: Add `setCurrencyOverrides` for installing a dynamic per-currency override map (e.g. from the WordPress.com currencies endpoint). Falls back to the hard-coded smallest-unit exponent overrides when not called. [#49016]
|
|
@@ -156,6 +160,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
156
160
|
- Initial release
|
|
157
161
|
- Basic number formatting functionality
|
|
158
162
|
|
|
163
|
+
[1.2.1]: https://github.com/Automattic/number-formatters/compare/1.2.0...1.2.1
|
|
159
164
|
[1.2.0]: https://github.com/Automattic/number-formatters/compare/1.1.10...1.2.0
|
|
160
165
|
[1.1.10]: https://github.com/Automattic/number-formatters/compare/1.1.9...1.1.10
|
|
161
166
|
[1.1.9]: https://github.com/Automattic/number-formatters/compare/1.1.8...1.1.9
|
package/SECURITY.md
CHANGED
package/package.json
CHANGED