Skip to content

Commit c6a23f2

Browse files
committed
🔖 Release 0.5.1 version
1 parent 38a47b1 commit c6a23f2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22

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

5+
## 0.5.1
6+
- Fix error typo ([38a47b](https://github.com/storeon/svelte/commit/38a47b1b03b2c758f9bc7d15e81b6f597f02e9d4))
7+
- Reduce lib size ([8af38d](https://github.com/storeon/svelte/commit/8af38d4a9d1204278c42af36d8fba108597ed458))
8+
- Reduce rerender using subscribers map instead of array ([7e77af](https://github.com/storeon/svelte/commit/43e58291d91b40ee105aa51ebc4e5a9d216f71df))
9+
510
## 0.5.0
611
- change API: smaller, better DX ([7e77af](https://github.com/storeon/svelte/commit/7e77afd3288d684c341fcbe6453e8ff2dd3985fd))
712

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@storeon/svelte",
3-
"version": "0.5.0",
3+
"version": "0.5.1",
44
"description": "A tiny (185 bytes) connector for Storeon and Svelte",
55
"main": "index.js",
66
"repository": "https://github.com/distolma/storeon-svelte.git",

0 commit comments

Comments
 (0)