Skip to content

Commit

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

## 0.8.1
* Fixed broken export for `registerStore`.

## 0.8.0
* Moved to Nano Stores 0.8.
* Dropped Node.js 14 support.
Expand Down
6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nanostores/vue",
"version": "0.8.0",
"version": "0.8.1",
"description": "Vue integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores",
"keywords": [
"store",
Expand Down Expand Up @@ -97,15 +97,15 @@
"index.js": "{ useStore }",
"nanostores": "{ map, computed }"
},
"limit": "879 B"
"limit": "885 B"
},
{
"name": "useStore + helpers",
"import": {
"index.js": "{ useStore, useVModel, mapStores }",
"nanostores": "{ map, computed }"
},
"limit": "1049 B"
"limit": "1047 B"
}
],
"clean-publish": {
Expand Down

0 comments on commit 3451f28

Please sign in to comment.