diff --git a/CHANGELOG.md b/CHANGELOG.md index 3322cc4..cf77bb9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ This project adheres to [Semantic Versioning](http://semver.org/). +## 0.3.0 +- Use named export ([3fd201](https://github.com/distolma/storeon-vue/commit/3fd201ea0e199f82fccc0df5f733fa18f16f463a)) + ## 0.2.2 - Remove unnecessary type declarations ([d67d76](https://github.com/distolma/storeon-vue/commit/d67d765e1d09470b4260cfd9be20b61a6f4d2143)) diff --git a/README.md b/README.md index b25be27..768891e 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ A tiny connector for [Storeon] and [Vue]. ([Demo]) -Size is only 135 bytes (minified and gzipped). It uses [Size Limit] to control size. +Size is only 145 bytes (minified and gzipped). It uses [Size Limit] to control size. Read more about Storeon [article]. diff --git a/package.json b/package.json index 9fa1a76..a88e7d7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "storeon-vue", - "version": "0.2.2", - "description": "A tiny (135 bytes) connector for Storeon and Vue", + "version": "0.3.0", + "description": "A tiny (145 bytes) connector for Storeon and Vue", "main": "index.js", "scripts": { "start": "parcel serve example/index.html --open",