Skip to content

Commit 3859f86

Browse files
committed
chore(publish): 8.0.0-alpha.11
1 parent 9bb0341 commit 3859f86

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
# [8.0.0-alpha.11](https://github.com/reactivex/rxjs/compare/8.0.0-alpha.10...8.0.0-alpha.11) (2023-08-18)
2+
3+
### Bug Fixes
4+
5+
- **Subscriber:** next method no longer has optional value argument ([#7290](https://github.com/reactivex/rxjs/issues/7290)) ([1c5673f](https://github.com/reactivex/rxjs/commit/1c5673fb49b54bfa4cd780b93c97182643c8217b)), closes [#2852](https://github.com/reactivex/rxjs/issues/2852)
6+
7+
### Features
8+
9+
- **cjs:** output ES2022 ([#7319](https://github.com/reactivex/rxjs/issues/7319)) ([bc2e9c2](https://github.com/reactivex/rxjs/commit/bc2e9c2b8043c7d75b50aa5c0daa9243cf3674ac))
10+
- **Subscription:** Subscription now implements `Symbol.dispose` if it's available ([#7305](https://github.com/reactivex/rxjs/issues/7305)) ([9bb0341](https://github.com/reactivex/rxjs/commit/9bb03419be3048e573c69932b44d4672864e6ba0))
11+
112
# [8.0.0-alpha.10](https://github.com/reactivex/rxjs/compare/8.0.0-alpha.7...8.0.0-alpha.10) (2023-05-25)
213

314
### Bug Fixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "rxjs",
3-
"version": "8.0.0-alpha.10",
3+
"version": "8.0.0-alpha.11",
44
"description": "Reactive Extensions for modern JavaScript",
55
"main": "./dist/cjs/index.js",
66
"module": "./dist/esm/index.js",

0 commit comments

Comments
 (0)