We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3b4988d commit 9230f88Copy full SHA for 9230f88
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## 0.6.1
6
+- Add ESModules support ([3b4988](https://github.com/storeon/svelte/commit/3b4988d6342b4310827b55239911f4fd984eeace))
7
+
8
## 0.6.0
9
- Make API more convinient ([e01d03](https://github.com/storeon/svelte/commit/e01d0312f63be29eb23e1228be4712ed7212d293))
10
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@storeon/svelte",
- "version": "0.6.0",
+ "version": "0.6.1",
"description": "A tiny (187 bytes) connector for Storeon and Svelte",
"main": "index.js",
"types": "index.d.ts",
0 commit comments