Skip to content

Commit

Permalink
Merge pull request #512 from kwonoj/release-2-b2
Browse files Browse the repository at this point in the history
  • Loading branch information
kwonoj authored Oct 23, 2020
2 parents ea0eb77 + 595246c commit 47c25b1
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [2.0.0-beta.2](https://github.com/kwonoj/rx-sandbox/compare/v2.0.0-beta.1...v2.0.0-beta.2) (2020-10-23)


### Bug Fixes

* **testmessage:** update types, rx@7 support ([f23cf4d](https://github.com/kwonoj/rx-sandbox/commit/f23cf4d49afd72fe4b870b57adec9f8c6152ba49))


### BREAKING CHANGES

* **sandbox:** require rx >= 7.0.0-beta.8

<a name="2.0.0-beta.1"></a>
# [2.0.0-beta.1](https://github.com/kwonoj/rx-sandbox/compare/v1.0.3...v2.0.0-beta.1) (2020-06-02)

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": "rx-sandbox",
"version": "2.0.0-beta.1",
"version": "2.0.0-beta.2",
"description": "Marble diagram DSL based test suite for RxJS 6",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
Expand Down

0 comments on commit 47c25b1

Please sign in to comment.