@logux/vuex
Advanced tools
Comparing version 0.9.13 to 0.9.14
# Change Log | ||
This project adheres to [Semantic Versioning](http://semver.org/). | ||
## 0.9.14 | ||
* Update Vue to release candidate 13 | ||
* Update dependencies | ||
## 0.9.13 | ||
@@ -5,0 +9,0 @@ * Update Vue to release candidate 12 |
{ | ||
"name": "@logux/vuex", | ||
"version": "0.9.13", | ||
"version": "0.9.14", | ||
"description": "Vuex compatible API for Logux", | ||
@@ -20,3 +20,3 @@ "keywords": [ | ||
"peerDependencies": { | ||
"vue": ">=3.0.0-rc.12", | ||
"vue": ">=3.0.0-rc.13", | ||
"vuex": ">=4.0.0-beta.4" | ||
@@ -23,0 +23,0 @@ }, |
55538