Skip to content

Commit df532df

Browse files
chore(release): 1.1.0 [skip ci]
# [1.1.0](v1.0.0...v1.1.0) (2019-07-18) ### Bug Fixes * **hooks:** `vm.$router` should not be computed wrapper ([8483d43](8483d43)) ### Features * **hooks:** add `usePrevious` hook ([f4d0dc8](f4d0dc8))
1 parent 6637fd0 commit df532df

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.1.0](https://github.com/u3u/vue-hooks/compare/v1.0.0...v1.1.0) (2019-07-18)
2+
3+
4+
### Bug Fixes
5+
6+
* **hooks:** `vm.$router` should not be computed wrapper ([8483d43](https://github.com/u3u/vue-hooks/commit/8483d43))
7+
8+
9+
### Features
10+
11+
* **hooks:** add `usePrevious` hook ([f4d0dc8](https://github.com/u3u/vue-hooks/commit/f4d0dc8))
12+
113
# 1.0.0 (2019-07-17)
214

315

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@u3u/vue-hooks",
33
"description": "⚡️ Awesome Vue Hooks",
4-
"version": "1.0.0",
4+
"version": "1.1.0",
55
"publishConfig": {
66
"access": "public"
77
},

0 commit comments

Comments
 (0)