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 32cdcea commit 47d5985Copy full SHA for 47d5985
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+# 0.6.1
2
+
3
+## Fix
4
5
+- `__DEV__` is not defined, #355, @yoyo930021
6
7
# 0.6.0
8
9
Great thanks to @pikax for #311, making most of the APIs better aligned with the latest vue-next.
package.json
@@ -1,6 +1,6 @@
{
"name": "@vue/composition-api",
- "version": "0.6.0",
+ "version": "0.6.1",
"description": "Provide logic composition capabilities for Vue.",
"keywords": [
"vue",
0 commit comments