Skip to content

Commit a0cac56

Browse files
chore: release 1.2.1 (#11)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fab0e93 commit a0cac56

2 files changed

Lines changed: 9 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
### [1.2.1](https://www.github.com/dm4t2/intl-number-input/compare/v1.2.0...v1.2.1) (2022-03-16)
4+
5+
6+
### Bug Fixes
7+
8+
* fix pluralization when using full currency/unit names ([fab0e93](https://www.github.com/dm4t2/intl-number-input/commit/fab0e93495ab741f37396f5d4aae6bb709d02b07))
9+
* improve detection of decimal/grouping separator ([291d841](https://www.github.com/dm4t2/intl-number-input/commit/291d841a09394924368e160b39cca167db2c1182))
10+
311
## [1.2.0](https://www.github.com/dm4t2/intl-number-input/compare/v1.1.1...v1.2.0) (2021-11-08)
412

513

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "intl-number-input",
33
"description": "Easy input of formatted numbers based on the ECMAScript Internationalization API (ECMA-402).",
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"license": "MIT",
66
"module": "./dist/index.esm.js",
77
"main": "./dist/index.cjs.js",

0 commit comments

Comments
 (0)