We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3035d1e commit 7020861Copy full SHA for 7020861
2 files changed
CHANGELOG.md
@@ -0,0 +1,8 @@
1
+# Changelog
2
+
3
+## 1.0.0 (2021-10-16)
4
5
6
+### Features
7
8
+* add percent format style ([#1](https://www.github.com/dm4t2/intl-number-input/issues/1)) ([3035d1e](https://www.github.com/dm4t2/intl-number-input/commit/3035d1ea8b6f0ee303dd843b098c7b661a37052b))
package.json
@@ -1,7 +1,7 @@
{
"name": "intl-number-input",
"description": "Easy input of formatted numbers based on the ECMAScript Internationalization API (ECMA-402).",
- "version": "0.1.0",
+ "version": "1.0.0",
"license": "MIT",
"module": "./dist/index.esm.js",
"main": "./dist/index.cjs.js",
0 commit comments