From 28a24f945dc2f5ba05669399713b6e2299ebb28c Mon Sep 17 00:00:00 2001 From: ptaylor Date: Wed, 10 Jul 2024 13:52:58 -0700 Subject: [PATCH] docs(CHANGELOG): 7.0.0 --- CHANGELOG.md | 18 ++++++++++++++++++ lerna.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a3847e43..b256ae3a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,21 @@ +# [7.0.0](https://github.com/ReactiveX/IxJS/compare/v6.0.0...v7.0.0) (2024-07-10) + + +### Bug Fixes + +* **actions:** fix docs workflow ([512e370](https://github.com/ReactiveX/IxJS/commit/512e370f428a970f1f55dbf3a0dcd528e3bbc0ba)) +* **changelog:** include latest changelog in npm packages ([f25687b](https://github.com/ReactiveX/IxJS/commit/f25687b46a547b510184ff6558884628e37063b5)) + + +### chore + +* **build:** fix gulp async task completion ([c68e97c](https://github.com/ReactiveX/IxJS/commit/c68e97c91d565baf33de989d3f6190a8b5046adc)) + + +* Fix exports (#371) ([d461eae](https://github.com/ReactiveX/IxJS/commit/d461eae02cc63bafc4e3256d5d59541d1ff7e43f)), closes [#371](https://github.com/ReactiveX/IxJS/issues/371) + + + # [6.0.0](https://github.com/ReactiveX/IxJS/compare/v5.0.0...v6.0.0) (2024-05-21) diff --git a/lerna.json b/lerna.json index 999928c6..e3f7b8f6 100644 --- a/lerna.json +++ b/lerna.json @@ -1,6 +1,6 @@ { "lerna": "2.2.0", - "version": "6.0.0", + "version": "7.0.0", "packages": [ "targets/es2015/*", "targets/es5/*",