Skip to content

Commit 7020861

Browse files
chore: release 1.0.0 (#2)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3035d1e commit 7020861

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
@@ -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

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": "0.1.0",
4+
"version": "1.0.0",
55
"license": "MIT",
66
"module": "./dist/index.esm.js",
77
"main": "./dist/index.cjs.js",

0 commit comments

Comments
 (0)