@automattic/number-formatters 1.1.6 → 1.1.8
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 +10 -0
- package/package.json +1 -1
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.1.8] - 2026-05-19
|
|
8
|
+
### Changed
|
|
9
|
+
- Internal updates.
|
|
10
|
+
|
|
11
|
+
## [1.1.7] - 2026-05-04
|
|
12
|
+
### Changed
|
|
13
|
+
- Internal: No longer require automattic/jetpack-changelogger as a per-project dev dependency. [#48225]
|
|
14
|
+
|
|
7
15
|
## [1.1.6] - 2026-04-15
|
|
8
16
|
### Changed
|
|
9
17
|
- Internal updates.
|
|
@@ -136,6 +144,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
|
|
|
136
144
|
- Initial release
|
|
137
145
|
- Basic number formatting functionality
|
|
138
146
|
|
|
147
|
+
[1.1.8]: https://github.com/Automattic/number-formatters/compare/1.1.7...1.1.8
|
|
148
|
+
[1.1.7]: https://github.com/Automattic/number-formatters/compare/1.1.6...1.1.7
|
|
139
149
|
[1.1.6]: https://github.com/Automattic/number-formatters/compare/1.1.5...1.1.6
|
|
140
150
|
[1.1.5]: https://github.com/Automattic/number-formatters/compare/1.1.4...1.1.5
|
|
141
151
|
[1.1.4]: https://github.com/Automattic/number-formatters/compare/1.1.3...1.1.4
|
package/package.json
CHANGED