Skip to content

Commit 5b418c8

Browse files
committed
bump version
1 parent 454941c commit 5b418c8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Great thanks to @pikax for #311, which makes most of the APIs better aligned wit
1111
## Bug Fixes
1212

1313
- Added missing reactivity API from vue-next, #311, @pikax
14-
- Fix return type of `toRefs`, #315,
14+
- Fix return type of `toRefs`, #315
1515
- Fix incorrect ref typing, #344, @antfu
1616
- Binding context vm when using function without parentheses, #148, @pikax
1717
- **computed**: destroy helper vm of computed to prevent memleak, #277, @LinusBorg

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.5.0",
3+
"version": "0.6.0",
44
"description": "Provide logic composition capabilities for Vue.",
55
"keywords": [
66
"vue",

0 commit comments

Comments
 (0)