Skip to content

Commit

Permalink
docs(changelog): init log
Browse files Browse the repository at this point in the history
  • Loading branch information
dreambo8563 committed Feb 1, 2019
1 parent d173bcd commit bb076bf
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
<a name="1.0.2"></a>
## 1.0.2 (2019-02-01)


### Bug Fixes

* **typing:** export vue wrapper ([d173bcd](https://github.com/dreambo8563/vue-storage-watcher/commit/d173bcd))
* **typo:** immediate ([30dbdf2](https://github.com/dreambo8563/vue-storage-watcher/commit/30dbdf2))



3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@
"lint": "vue-cli-service lint",
"build-bundle": "npm run lint && vue-cli-service build --target lib --name vue-storage-watcher ./src/main.ts",
"report": "npm run lint && vue-cli-service build --report --target lib --name vue-storage-watcher ./src/main.ts",
"test": "npm run build-bundle"
"test": "npm run build-bundle",
"version": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0"
},
"dependencies": {
"vue": "^2.5.21"
Expand Down

0 comments on commit bb076bf

Please sign in to comment.