Skip to content

Commit b1bbcde

Browse files
authored
Merge pull request #636 from kwonoj/bump-release-2.0
2 parents 7a72307 + e5bb6ff commit b1bbcde

File tree

3 files changed

+11
-6
lines changed

3 files changed

+11
-6
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
# [2.0.0](https://github.com/kwonoj/rx-sandbox/compare/v2.0.0-beta.3...v2.0.0) (2021-05-18)
2+
3+
4+
### Features
5+
6+
* **sandbox:** support v7.0.1 ([3f40757](https://github.com/kwonoj/rx-sandbox/commit/3f407573fc702432029eae865d1c92103e154b73))
7+
8+
9+
110
# [2.0.0-beta.3](https://github.com/kwonoj/rx-sandbox/compare/v2.0.0-beta.2...v2.0.0-beta.3) (2020-11-06)
211

312

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
{
22
"name": "rx-sandbox",
3-
"version": "2.0.0-beta.3",
3+
"version": "2.0.0",
44
"description": "Marble diagram DSL based test suite for RxJS 6",
55
"main": "./dist/index.js",
66
"types": "./dist/index.d.ts",
7-
"engines": {
8-
"npm": ">=3.0.0",
9-
"node": ">=4.2.4"
10-
},
117
"lint-staged": {
128
"*.{ts,js}": [
139
"prettier --write --single-quote --print-width 120 --jsx-bracket-same-line true",

0 commit comments

Comments
 (0)