Skip to content
This repository was archived by the owner on Dec 5, 2024. It is now read-only.

Commit ab1a08c

Browse files
committed
chore: release v0.9.0
1 parent 114bdfe commit ab1a08c

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [0.9.0](https://github.com/nuxt-community/composition-api/compare/0.8.2...0.9.0) (2020-06-10)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* There are a number of breaking changes in the latest upstream composition-api. See https://github.com/vuejs/composition-api/releases/tag/v0.6.0 for details.
7+
8+
### Features
9+
10+
* upgrade to `@vue/composition-api` v0.6.1 ([3d0bdc6](https://github.com/nuxt-community/composition-api/commit/3d0bdc62b509e0e95896ff8da79f12feaf0fb60b))
11+
112
### [0.8.2](https://github.com/nuxt-community/composition-api/compare/0.8.1...0.8.2) (2020-06-04)
213

314

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuxt-composition-api",
3-
"version": "0.8.2",
3+
"version": "0.9.0",
44
"description": "Composition API hooks for Nuxt",
55
"license": "MIT",
66
"repository": "nuxt-community/composition-api",

0 commit comments

Comments
 (0)