Skip to content

Commit

Permalink
release: 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
euaaaio committed May 12, 2023
1 parent 59d9a92 commit 51584c7
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.8.0
* Moved to Nano Stores 0.8.
* Dropped Node.js 14 support.
* Exported `registerStore` private method for devtools.
* Updated dependencies.

## 0.7.0
* Moved to Nano Stores 0.7.

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nanostores/vue",
"version": "0.7.0",
"version": "0.8.0",
"description": "Vue integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores",
"keywords": [
"store",
Expand Down Expand Up @@ -28,7 +28,7 @@
},
"peerDependencies": {
"@vue/devtools-api": ">=6.1.4",
"nanostores": ">=0.7.3",
"nanostores": ">=0.8.1",
"vue": ">=3.3.1"
},
"peerDependenciesMeta": {
Expand Down

0 comments on commit 51584c7

Please sign in to comment.