Skip to content

Commit

Permalink
chore: release v1.2.0 (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
vinayakkulkarni authored May 18, 2020
1 parent e489792 commit 261e7d5
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 4 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="1.2.0"></a>
# 1.2.0 (2020-05-18)


### Features

* add shipjs manual prepare ([a4f5546](https://github.com/vinayakkulkarni/v-github-icon/commit/a4f5546))



<a name="1.1.1"></a>
## 1.1.1 (2020-05-18)

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.

13 changes: 10 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "v-github-icon",
"version": "1.1.1",
"version": "1.2.0",
"description": "Vue + GitHub Icon ❤️",
"repository": {
"url": "git+https://github.com/vinayakkulkarni/v-github-icon",
Expand All @@ -12,7 +12,9 @@
"url": "https://vinayakkulkarni.dev"
},
"license": "MIT",
"files": ["dist"],
"files": [
"dist"
],
"scripts": {
"test": "ava",
"test:snapshot": "ava --update-snapshots",
Expand Down Expand Up @@ -66,7 +68,12 @@
"vue-loader": "^15.9.2",
"vue-template-compiler": "^2.6.11"
},
"keywords": ["GitHub Icon", "v-github-icon", "git icon", "vue component"],
"keywords": [
"GitHub Icon",
"v-github-icon",
"git icon",
"vue component"
],
"bugs": {
"url": "https://github.com/vinayakkulkarni/v-github-icon/issues"
},
Expand Down

0 comments on commit 261e7d5

Please sign in to comment.