Browse Source

release: v4.0.0-beta.4

ktsn 4 years ago
parent
commit
83bc26fe55
2 changed files with 15 additions and 1 deletions
  1. 14 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 14 - 0
CHANGELOG.md

@@ -1,3 +1,17 @@
+# [4.0.0-beta.4](https://github.com/vuejs/vuex/compare/v4.0.0-beta.3...v4.0.0-beta.4) (2020-06-29)
+
+
+### Bug Fixes
+
+* **types:** add missing `logger.d.ts` file to the package ([#1789](https://github.com/vuejs/vuex/issues/1789)) ([a477334](https://github.com/vuejs/vuex/commit/a477334b909913f6a92bdbedcf4a3016a62eab7a))
+* warn when unregistering non existing module ([#1786](https://github.com/vuejs/vuex/issues/1786)) ([7cec79d](https://github.com/vuejs/vuex/commit/7cec79d339b874ec41f35891c891dfd27460c1d3))
+
+
+
+# [3.5.0](https://github.com/vuejs/vuex/compare/v4.0.0-beta.2...v3.5.0) (2020-06-29)
+
+
+
 # [4.0.0-beta.3](https://github.com/vuejs/vuex/compare/v4.0.0-beta.2...v4.0.0-beta.3) (2020-06-29)
 
 

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vuex",
-  "version": "4.0.0-beta.3",
+  "version": "4.0.0-beta.4",
   "description": "state management for Vue.js",
   "main": "dist/vuex.cjs.js",
   "module": "dist/vuex.esm-bundler.js",