We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f991f9c commit f96c4a2Copy full SHA for f96c4a2
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## 0.2.0
6
+- Simplify API ([773929](https://github.com/distolma/storeon-vue/commit/773929714f27dd0ca78ed72b6f8ade6d4bde5f37))
7
+
8
## 0.1.0
9
- change api to avoid component re-render ([2b9a97](https://github.com/distolma/storeon-vue/commit/2b9a9750763bfdab7585851500defd512f3a8422))
10
package.json
@@ -1,6 +1,6 @@
1
{
"name": "storeon-vue",
- "version": "0.1.0",
+ "version": "0.2.0",
"description": "A tiny (135 bytes) connector for Storeon and Vue",
"main": "index.js",
"scripts": {
0 commit comments