Skip to content

Commit 8baeda2

Browse files
committed
release: 0.7.0
1 parent 6213981 commit 8baeda2

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 0.7.0
5+
* Moved to Nano Stores 0.7.
6+
47
## 0.6.0
58
* Moved to Nano Stores 0.6.
69
* Migrated test to Vitest with improved coverage.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nanostores/vue",
3-
"version": "0.6.1",
3+
"version": "0.7.0",
44
"description": "Vue integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores",
55
"keywords": [
66
"store",

0 commit comments

Comments
 (0)