Skip to content

Commit f73056c

Browse files
committed
🔖 Release 1.0.0 version
1 parent 07552fa commit f73056c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
This project adheres to [Semantic Versioning](http://semver.org/).
44

5+
## 1.0.0
6+
- Support for node.js < v10 and storeon < v3 is dropped ([07552](https://github.com/storeon/svelte/commit/07552faead6ef118b29c579a27b668c537a33321))
7+
58
## 0.6.3
69
- Fix reactivity for boolean state (by [Mayke](https://github.com/maykefreitas)) ([e6a290](https://github.com/storeon/svelte/commit/e6a290580dc1d2d350c611d0e3f6dac30a49625e))
710

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storeon/svelte",
3-
"version": "0.6.3",
3+
"version": "1.0.0",
44
"description": "A tiny (187 bytes) connector for Storeon and Svelte",
55
"main": "index.js",
66
"types": "index.d.ts",

0 commit comments

Comments
 (0)