Skip to content

Commit

Permalink
Release 0.10.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
ai committed Apr 1, 2024
1 parent 1869409 commit c72a968
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
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.10.1
* Fixed passing old value to `onNotify` callback (by @euaaaio).

## 0.10.0
* Removed `action()`.
* Update computed values before other listeners (by @gismya).
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",
"version": "0.10.0",
"version": "0.10.1",
"description": "A tiny (286 bytes) state manager for React/Preact/Vue/Svelte with many atomic tree-shakable stores",
"keywords": [
"store",
Expand Down

0 comments on commit c72a968

Please sign in to comment.