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