From bb076bf11f9466469c1279d46a8e51f9dcd41ad8 Mon Sep 17 00:00:00 2001 From: dreambo8563 Date: Fri, 1 Feb 2019 15:27:00 +0800 Subject: [PATCH] docs(changelog): init log --- CHANGELOG.md | 11 +++++++++++ package.json | 3 ++- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..b574a75 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,11 @@ + +## 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)) + + + diff --git a/package.json b/package.json index a2e5bb6..eae2be0 100644 --- a/package.json +++ b/package.json @@ -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"