We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6637fd0 commit df532dfCopy full SHA for df532df
CHANGELOG.md
@@ -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
13
# 1.0.0 (2019-07-17)
14
15
package.json
@@ -1,7 +1,7 @@
{
"name": "@u3u/vue-hooks",
"description": "⚡️ Awesome Vue Hooks",
- "version": "1.0.0",
+ "version": "1.1.0",
"publishConfig": {
"access": "public"
},
0 commit comments