Skip to content

Commit

Permalink
🔖 Release 0.3.0 version
Browse files Browse the repository at this point in the history
  • Loading branch information
distolma committed Mar 9, 2020
1 parent 3fd201e commit 2e2653a
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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))

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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].

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 2e2653a

Please sign in to comment.