Skip to content

Commit 9f09f9b

Browse files
committed
release: 0.1.0
1 parent 9026a93 commit 9f09f9b

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+
### [0.1.0](https://github.com/runkids/vue-condition-watcher/releases/tag/0.0.10) (2020-07-04)
2+
3+
### Bug Fix
4+
* Fix history back and forward bug ([9bdca25](https://github.com/runkids/vue-condition-watcher/commit/f997f3117e8ff848905f547f5c063e3319c3ae6f))
5+
* If not use router, fetch data when instance created ([fa0f03e](https://github.com/runkids/vue-condition-watcher/commit/0f7dababcf1dd3255e216e758230012deb50907d))
6+
### Refactor
7+
* Remove watchEffect, change use watch ([f997f31](https://github.com/runkids/vue-condition-watcher/commit/fa0f03e51340e0d10de97bdc400edf115728cbc6))
8+
### Chore
9+
* Add vue2 with vue-composition-api example
10+
### Feature
11+
* support vue2 with vue-composition-api
12+
113
### [0.0.11](https://github.com/runkids/vue-condition-watcher/releases/tag/0.0.10) (2020-07-03)
214

315
### Chore

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vue-condition-watcher",
3-
"version": "0.0.11",
3+
"version": "0.1.0",
44
"description": "Vue Composition API for automatic fetch data when condition has been changed",
55
"main": "./dist/index.js",
66
"module": "./esm/index.js",

0 commit comments

Comments
 (0)