Skip to content

Commit 47d5985

Browse files
committed
chore: release v0.6.1
1 parent 32cdcea commit 47d5985

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# 0.6.1
2+
3+
## Fix
4+
5+
- `__DEV__` is not defined, #355, @yoyo930021
6+
17
# 0.6.0
28

39
Great thanks to @pikax for #311, making most of the APIs better aligned with the latest vue-next.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@vue/composition-api",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Provide logic composition capabilities for Vue.",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)