Skip to content

Commit ab1f381

Browse files
committed
1.0.0
1 parent 1632379 commit ab1f381

File tree

3 files changed

+15
-2
lines changed

3 files changed

+15
-2
lines changed

changelog.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
1+
## 1.0.0 (2021-07-07)
2+
3+
* build: add lock ([1632379](https://github.com/scrum/vue-restricted-input/commit/1632379))
4+
* build: remove dist because not need ([5296c3f](https://github.com/scrum/vue-restricted-input/commit/5296c3f))
5+
* refactor: to ts and build ([c484b6a](https://github.com/scrum/vue-restricted-input/commit/c484b6a))
6+
* docs: update link to demo in new tab ([726dd20](https://github.com/scrum/vue-restricted-input/commit/726dd20))
7+
* docs: update xo badge ([c1f5cea](https://github.com/scrum/vue-restricted-input/commit/c1f5cea))
8+
* Create funding.yml ([7ca48fe](https://github.com/scrum/vue-restricted-input/commit/7ca48fe))
9+
10+
11+
112
## <small>0.0.4 (2019-06-27)</small>
213

14+
* 0.0.4 ([edc7358](https://github.com/scrum/vue-restricted-input/commit/edc7358))
315
* build: bundle ([c6401d5](https://github.com/scrum/vue-restricted-input/commit/c6401d5))
16+
* build: update changelog ([d0cd473](https://github.com/scrum/vue-restricted-input/commit/d0cd473))
417
* build: update depDev ([dba1201](https://github.com/scrum/vue-restricted-input/commit/dba1201))
518
* perf: change to credit-card-input-mask ([3269e94](https://github.com/scrum/vue-restricted-input/commit/3269e94))
619

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-restricted-input",
3-
"version": "0.0.4",
3+
"version": "1.0.0",
44
"description": "Creates a pattern for restricted-input from data obtained from credit-card-type",
55
"license": "MIT",
66
"repository": "scrum/vue-restricted-input",

0 commit comments

Comments
 (0)