From 7744e74f50ff41fc7084466728f1a033610f43b5 Mon Sep 17 00:00:00 2001 From: Kia King Ishii Date: Tue, 25 May 2021 00:08:13 +0900 Subject: [PATCH] release: v4.0.1 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad47f4007..9011d7f62 100644 --- a/CHANGELOG.md +++ b/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. diff --git a/package.json b/package.json index 5830242d9..ccca6380b 100644 --- a/package.json +++ b/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": {