Skip to content

Commit

Permalink
release: 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
euaaaio committed Nov 24, 2024
1 parent 6075398 commit d78d6e2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.11.0
* Moved to Nano Stores 0.11.
* Added support for Vue Devtools 7 (next).
* Changed return value of `mapStores()` to `reactive`.
* Updated dependencies.
* Improved types.

## 0.10.0
* Refactored devtools part:
* Added better logging and tagging.
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nanostores/vue",
"version": "0.10.0",
"version": "0.11.0",
"description": "Vue integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores",
"keywords": [
"store",
Expand Down

0 comments on commit d78d6e2

Please sign in to comment.