@automattic/number-formatters 1.2.0 → 1.2.2

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 CHANGED
@@ -4,6 +4,14 @@ 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.2] - 2026-06-08
8
+ ### Changed
9
+ - Internal updates.
10
+
11
+ ## [1.2.1] - 2026-06-03
12
+ ### Changed
13
+ - Internal updates.
14
+
7
15
  ## [1.2.0] - 2026-05-25
8
16
  ### Added
9
17
  - 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 +164,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
156
164
  - Initial release
157
165
  - Basic number formatting functionality
158
166
 
167
+ [1.2.2]: https://github.com/Automattic/number-formatters/compare/1.2.1...1.2.2
168
+ [1.2.1]: https://github.com/Automattic/number-formatters/compare/1.2.0...1.2.1
159
169
  [1.2.0]: https://github.com/Automattic/number-formatters/compare/1.1.10...1.2.0
160
170
  [1.1.10]: https://github.com/Automattic/number-formatters/compare/1.1.9...1.1.10
161
171
  [1.1.9]: https://github.com/Automattic/number-formatters/compare/1.1.8...1.1.9
package/SECURITY.md CHANGED
@@ -13,7 +13,6 @@ Our HackerOne program covers the below plugin software, as well as a variety of
13
13
  * [Jetpack](https://jetpack.com/)
14
14
  * Jetpack Backup
15
15
  * Jetpack Boost
16
- * Jetpack CRM
17
16
  * Jetpack Protect
18
17
  * Jetpack Search
19
18
  * Jetpack Social
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@automattic/number-formatters",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
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": {