Skip to content

Commit

Permalink
chore(publish): 8.0.0-alpha.11
Browse files Browse the repository at this point in the history
  • Loading branch information
benlesh committed Aug 18, 2023
1 parent 9bb0341 commit 3859f86
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
# [8.0.0-alpha.11](https://github.com/reactivex/rxjs/compare/8.0.0-alpha.10...8.0.0-alpha.11) (2023-08-18)

### Bug Fixes

- **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)

### Features

- **cjs:** output ES2022 ([#7319](https://github.com/reactivex/rxjs/issues/7319)) ([bc2e9c2](https://github.com/reactivex/rxjs/commit/bc2e9c2b8043c7d75b50aa5c0daa9243cf3674ac))
- **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))

# [8.0.0-alpha.10](https://github.com/reactivex/rxjs/compare/8.0.0-alpha.7...8.0.0-alpha.10) (2023-05-25)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "rxjs",
"version": "8.0.0-alpha.10",
"version": "8.0.0-alpha.11",
"description": "Reactive Extensions for modern JavaScript",
"main": "./dist/cjs/index.js",
"module": "./dist/esm/index.js",
Expand Down

1 comment on commit 3859f86

@ajitzero
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

package-lock isn't updated to 8.0.0-alpha.11. Running npm i on master changes that.

Please sign in to comment.