We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c98f3a5 commit 7744e74Copy full SHA for 7744e74
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [4.0.1](https://github.com/vuejs/vuex/compare/v4.0.0...v4.0.1) (2021-05-24)
2
+
3
+### Features
4
5
+* dx: add devtools integration ([#1949](https://github.com/vuejs/vuex/pull/1949))
6
7
# [4.0.0](https://github.com/vuejs/vuex/compare/v4.0.0-rc.2...v4.0.0) (2021-02-02)
8
9
This is the official Vuex 4 release.
package.json
@@ -1,6 +1,6 @@
{
"name": "vuex",
- "version": "4.0.0",
+ "version": "4.0.1",
"description": "state management for Vue.js",
"main": "dist/vuex.cjs.js",
"exports": {
0 commit comments