Skip to content

Commit 28a24f9

Browse files
committed
docs(CHANGELOG): 7.0.0
1 parent f25687b commit 28a24f9

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
# [7.0.0](https://github.com/ReactiveX/IxJS/compare/v6.0.0...v7.0.0) (2024-07-10)
2+
3+
4+
### Bug Fixes
5+
6+
* **actions:** fix docs workflow ([512e370](https://github.com/ReactiveX/IxJS/commit/512e370f428a970f1f55dbf3a0dcd528e3bbc0ba))
7+
* **changelog:** include latest changelog in npm packages ([f25687b](https://github.com/ReactiveX/IxJS/commit/f25687b46a547b510184ff6558884628e37063b5))
8+
9+
10+
### chore
11+
12+
* **build:** fix gulp async task completion ([c68e97c](https://github.com/ReactiveX/IxJS/commit/c68e97c91d565baf33de989d3f6190a8b5046adc))
13+
14+
15+
* Fix exports (#371) ([d461eae](https://github.com/ReactiveX/IxJS/commit/d461eae02cc63bafc4e3256d5d59541d1ff7e43f)), closes [#371](https://github.com/ReactiveX/IxJS/issues/371)
16+
17+
18+
119
# [6.0.0](https://github.com/ReactiveX/IxJS/compare/v5.0.0...v6.0.0) (2024-05-21)
220

321

lerna.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"lerna": "2.2.0",
3-
"version": "6.0.0",
3+
"version": "7.0.0",
44
"packages": [
55
"targets/es2015/*",
66
"targets/es5/*",

0 commit comments

Comments
 (0)