Skip to content

Commit 980ad51

Browse files
committed
release: 1.0.1
1 parent f608870 commit 980ad51

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

4+
## 1.0.1
5+
* Fixed broken devtools (by @oguzhanmemis7849).
6+
* Updated dependencies.
7+
48
## 1.0.0
59
* Moved to Nano Stores 1.0.
610
* Improved `useVModel()` performance (by @wsafight).

package.json

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

0 commit comments

Comments
 (0)