We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f82254 commit 2115523Copy full SHA for 2115523
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## 0.5.2
6
+- Better typings ([8f8225](https://github.com/storeon/svelte/commit/8f82254e59a0f5dcf3e537c8368f02eece679c48))
7
+
8
## 0.5.1
9
- Fix error typo ([38a47b](https://github.com/storeon/svelte/commit/38a47b1b03b2c758f9bc7d15e81b6f597f02e9d4))
10
- Reduce lib size ([8af38d](https://github.com/storeon/svelte/commit/8af38d4a9d1204278c42af36d8fba108597ed458))
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@storeon/svelte",
- "version": "0.5.1",
+ "version": "0.5.2",
"description": "A tiny (185 bytes) connector for Storeon and Svelte",
"main": "index.js",
"repository": "https://github.com/distolma/storeon-svelte.git",
0 commit comments