Skip to content

Commit 9aa16a9

Browse files
committed
chore(publish): 8.0.0-alpha.12
1 parent e01d3c1 commit 9aa16a9

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
# [8.0.0-alpha.12](https://github.com/reactivex/rxjs/compare/8.0.0-alpha.11...8.0.0-alpha.12) (2023-08-19)
2+
3+
### Bug Fixes
4+
5+
- **TestScheduler:** no longer throws errors finding `logSubscribedFrame` in some CJS environments. ([#7325](https://github.com/reactivex/rxjs/issues/7325)) ([e01d3c1](https://github.com/reactivex/rxjs/commit/e01d3c10ec475018c029296b1e660448fae44478))
6+
17
# [8.0.0-alpha.11](https://github.com/reactivex/rxjs/compare/8.0.0-alpha.10...8.0.0-alpha.11) (2023-08-18)
28

39
### Bug Fixes

package.json

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

0 commit comments

Comments
 (0)