Skip to content

Commit

Permalink
release: 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Eduard Aksamitov committed Dec 8, 2021
1 parent 8ebdacd commit b03a839
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
# Change Log
This project adheres to [Semantic Versioning](http://semver.org/).

## 0.5.1
* Fixed missing types for prefix in `useVModel()`.

## 0.5.0
* Added `mapStores(stores)` helper that generates object
* Added `mapStores(stores)` helper that generates object.
with multiple store states via `useStore()`.
* Improved `useVModel(store, keys, opts)` so that you can create multiple models
* Improved `useVModel(store, keys, opts)` so that you can create multiple models.
with prefix from `opts.prefix`.
* Improve `useStore()` performance.
* Updated dependencies.
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.5.0",
"version": "0.5.1",
"description": "Vue integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores",
"keywords": [
"store",
Expand Down

0 comments on commit b03a839

Please sign in to comment.