We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1a76c0 commit 5ee80cbCopy full SHA for 5ee80cb
CHANGELOG.md
@@ -2,6 +2,9 @@
2
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+## 0.5.0
6
+- Use dual-publish for ESModules ([a1a76c](https://github.com/storeon/vue/commit/a1a76c0b3c7197d661e133f64cc4ea770e50c247))
7
+
8
## 0.4.0
9
- Move to Storeon org ([7bd0a9](https://github.com/storeon/vue/commit/7bd0a95f31e018b3cefcf1a2fd6e769db13d29f7))
10
- Optimise perfomance ([bf23f3](https://github.com/storeon/vue/commit/bf23f3b7809ca815a839bb8350acce0b457ad036))
package.json
@@ -1,6 +1,6 @@
1
{
"name": "@storeon/vue",
- "version": "0.4.0",
+ "version": "0.5.0",
"description": "A tiny (150 bytes) connector for Storeon and Vue",
"main": "index.js",
"types": "index.d.ts",
0 commit comments