1
0
Kia King Ishii 4 жил өмнө
parent
commit
7744e74f50
2 өөрчлөгдсөн 7 нэмэгдсэн , 1 устгасан
  1. 6 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 6 - 0
CHANGELOG.md

@@ -1,3 +1,9 @@
+## [4.0.1](https://github.com/vuejs/vuex/compare/v4.0.0...v4.0.1) (2021-05-24)
+
+### Features
+
+* dx: add devtools integration ([#1949](https://github.com/vuejs/vuex/pull/1949))
+
 # [4.0.0](https://github.com/vuejs/vuex/compare/v4.0.0-rc.2...v4.0.0) (2021-02-02)
 
 This is the official Vuex 4 release.

+ 1 - 1
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": {