Skip to content

Commit

Permalink
chore(publish): 6.0.0-terrific-rc.3
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Apr 11, 2018
1 parent 25a4d7d commit 2b32916
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
<a name="6.0.0-terrific-rc.3"></a>
# [6.0.0-terrific-rc.3](https://github.com/ReactiveX/RxJS/compare/6.0.0-tenacious-rc.2...v6.0.0-terrific-rc.3) (2018-04-11)


### Features

* **schematics:** add migration schematics for schematics users ([20a2f07](https://github.com/ReactiveX/RxJS/commit/20a2f07))



<a name="6.0.0-tenacious-rc.2"></a>
# [6.0.0-tenacious-rc.2](https://github.com/ReactiveX/RxJS/compare/6.0.0-tactical-rc.1...v6.0.0-tenacious-rc.2) (2018-04-11)

Expand Down
2 changes: 1 addition & 1 deletion compat/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rxjs-compat",
"version": "6.0.0-tenacious-rc.2",
"version": "6.0.0-terrific-rc.3",
"main": "./Rx.js",
"typings": "./Rx.d.ts"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@reactivex/rxjs",
"version": "6.0.0-tenacious-rc.2",
"version": "6.0.0-terrific-rc.3",
"description": "Reactive Extensions for modern JavaScript",
"main": "index.js",
"sideEffects": false,
Expand Down

0 comments on commit 2b32916

Please sign in to comment.