Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
release: v4.0.0-beta.2
  • Loading branch information
ktsn committed May 11, 2020
1 parent f8833a9 commit 91df799
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,12 @@
# [4.0.0-beta.2](https://github.com/vuejs/vuex/compare/v4.0.0-beta.1...v4.0.0-beta.2) (2020-05-11)


### Features

* Allow action subscribers to catch rejections. ([#1740](https://github.com/vuejs/vuex/issues/1740)) ([6ebbe64](https://github.com/vuejs/vuex/commit/6ebbe64c5821d19e55a41dc8b1d81cfce6cbd195)), closes [#1489](https://github.com/vuejs/vuex/issues/1489) [#1558](https://github.com/vuejs/vuex/issues/1558) [#1625](https://github.com/vuejs/vuex/issues/1625)



# [4.0.0-beta.1](https://github.com/vuejs/vuex/compare/v3.3.0...v4.0.0-beta.1) (2020-04-25)

### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "vuex",
"version": "4.0.0-beta.1",
"version": "4.0.0-beta.2",
"description": "state management for Vue.js",
"main": "dist/vuex.cjs.js",
"module": "dist/vuex.esm-bundler.js",
Expand Down

0 comments on commit 91df799

Please sign in to comment.