Skip to content

Commit

Permalink
chore(publish): v2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jayphelps committed Jun 24, 2021
1 parent 7c2d9f3 commit ca6a169
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
<a name="2.0.0"></a>
# [2.0.0](https://github.com/redux-observable/redux-observable/compare/v2.0.0-rc.2...v2.0.0) (2021-06-24)

2.0.0 brings support for RxJS v7, newer TypeScript support, and a few bug fixes (see previous pre-releases.) Of note is BREAKING CHANGE that `action$.ofType()` has been removed in favor of a pipeable operator you can import `import { ofType } from 'redux-observable';`

<a name="2.0.0-rc.2"></a>
# [2.0.0-rc.2](https://github.com/redux-observable/redux-observable/compare/v2.0.0-rc.1...v2.0.0-rc.2) (2021-05-11)

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-observable",
"version": "2.0.0-rc.2",
"version": "2.0.0",
"description": "RxJS based middleware for Redux. Compose and cancel async actions and more.",
"module": "./dist/esm/index.js",
"main": "./dist/cjs/index.js",
Expand Down

0 comments on commit ca6a169

Please sign in to comment.