Skip to content

Commit 7eb2d9a

Browse files
committed
Release 0.8.0 version
1 parent f8867b5 commit 7eb2d9a

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
# Change Log
22
This project adheres to [Semantic Versioning](http://semver.org/).
33

4+
## 0.8.0
5+
* Fixed `getSnapshot` warning by adding `deps` options (by @yuyi919).
6+
47
## 0.7.3
58
* Added Nano Stores 0.11 support.
69

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nanostores/react",
3-
"version": "0.7.3",
3+
"version": "0.8.0",
44
"description": "React integration for Nano Stores, a tiny state manager with many atomic tree-shakable stores",
55
"keywords": [
66
"store",

0 commit comments

Comments
 (0)