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

Commit 4718c4e

Browse files
committed
chore: release v0.7.0
1 parent cf84e51 commit 4718c4e

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.7.0](https://github.com/nuxt-community/composition-api/compare/0.6.3...0.7.0) (2020-05-14)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* `route`, `query`, `from` and `params` are now returned as refs from `useContext`, which was probably what you wanted anyway.
7+
8+
### Bug Fixes
9+
10+
* make route-related context reactive ([91292c8](https://github.com/nuxt-community/composition-api/commit/91292c8cb2d3cc2954ca67514ac59ab006f3ae73))
11+
112
### [0.6.3](https://github.com/nuxt-community/composition-api/compare/0.6.2...0.6.3) (2020-05-11)
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.6.3",
3+
"version": "0.7.0",
44
"description": "Composition API hooks for Nuxt",
55
"license": "MIT",
66
"repository": "nuxt-community/composition-api",

0 commit comments

Comments
 (0)