Skip to content

Commit

Permalink
Merge a948ea2 into 69fd30b
Browse files Browse the repository at this point in the history
  • Loading branch information
Scrum committed Jul 9, 2021
2 parents 69fd30b + a948ea2 commit 8a9f814
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 3 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/nodejs.yml
Expand Up @@ -23,9 +23,10 @@ jobs:
uses: actions/checkout@v2

- name: Set Node.js version
uses: actions/setup-node@v1
uses: actions/setup-node@v2
with:
node-version: ${{ matrix.node }}
cache: npm

- name: Install npm dependencies
run: npm ci
Expand Down
9 changes: 9 additions & 0 deletions changelog.md
@@ -1,5 +1,14 @@
## <small>1.0.2 (2021-07-09)</small>

* ci: try v2 and cached github actions ([7b09056](https://github.com/scrum/vue-restricted-input/commit/7b09056))
* Update readme.md ([69fd30b](https://github.com/scrum/vue-restricted-input/commit/69fd30b))
* Update readme.md ([08813b5](https://github.com/scrum/vue-restricted-input/commit/08813b5))



## <small>1.0.1 (2021-07-07)</small>

* 1.0.1 ([c20dec6](https://github.com/scrum/vue-restricted-input/commit/c20dec6))
* build: ignore dist for github ([12586c6](https://github.com/scrum/vue-restricted-input/commit/12586c6))
* style: remove console log ([7186405](https://github.com/scrum/vue-restricted-input/commit/7186405))

Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vue-restricted-input",
"version": "1.0.1",
"version": "1.0.2",
"description": "Creates a pattern for restricted-input from data obtained from credit-card-type",
"license": "MIT",
"repository": "scrum/vue-restricted-input",
Expand Down

0 comments on commit 8a9f814

Please sign in to comment.