Skip to content

Commit 7744e74

Browse files
committed
release: v4.0.1
1 parent c98f3a5 commit 7744e74

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -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+
17
# [4.0.0](https://github.com/vuejs/vuex/compare/v4.0.0-rc.2...v4.0.0) (2021-02-02)
28

39
This is the official Vuex 4 release.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "vuex",
3-
"version": "4.0.0",
3+
"version": "4.0.1",
44
"description": "state management for Vue.js",
55
"main": "dist/vuex.cjs.js",
66
"exports": {

0 commit comments

Comments
 (0)