Evan You 2 rokov pred
rodič
commit
d56222431b
2 zmenil súbory, kde vykonal 14 pridanie a 1 odobranie
  1. 13 0
      CHANGELOG.md
  2. 1 1
      package.json

+ 13 - 0
CHANGELOG.md

@@ -1,3 +1,16 @@
+# [4.1.0](https://github.com/vuejs/vuex/compare/v4.0.2...v4.1.0) (2022-10-14)
+
+### Vue Core Version Requirement Change
+
+**This release contains an important fix (#1883) that relies on the `effectScope` API from Vue core, which is only available in Vue 3.2+.**
+
+### Bug Fixes
+
+* **build:** node deprecated warning in export module ([#2048](https://github.com/vuejs/vuex/issues/2048)) ([397e9fb](https://github.com/vuejs/vuex/commit/397e9fba45c8b4ec0c4a33d2578e34829bd348d7))
+* getters being destroyed on component destroy ([#1878](https://github.com/vuejs/vuex/issues/1878)) ([#1883](https://github.com/vuejs/vuex/issues/1883)) ([b2f851f](https://github.com/vuejs/vuex/commit/b2f851f427aa872d1e4f5a4774e07c4c69562789))
+
+
+
 ## [4.0.2](https://github.com/vuejs/vuex/compare/v4.0.1...v4.0.2) (2021-06-17)
 
 ### Bug Fixes

+ 1 - 1
package.json

@@ -1,6 +1,6 @@
 {
   "name": "vuex",
-  "version": "4.0.2",
+  "version": "4.1.0",
   "description": "state management for Vue.js",
   "main": "dist/vuex.cjs.js",
   "exports": {