From fc97c95c7a9647d10c62468048852833b62e5d19 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Thu, 24 Oct 2024 21:13:51 +0000 Subject: [PATCH] chore(release): 1.0.3-beta.1 [skip ci] # [@rxjs-collection/operators-v1.0.3-beta.1](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.2...@rxjs-collection/operators-v1.0.3-beta.1) (2024-10-24) ### Bug Fixes * **fetch:** added fetch operators ([e248db8](https://github.com/basics/rxjs-collection/commit/e248db81cd681366c0654f30a2b0f664e1e30a5c)) * **fetch:** added logs and cleanup ([025ea93](https://github.com/basics/rxjs-collection/commit/025ea930df68d7eb1cc28cd64c642e51f498c69c)) * **fetch:** added logs to test and cleanup ([3ef05aa](https://github.com/basics/rxjs-collection/commit/3ef05aa55345da1dd4dec416bb17554d5c457743)) * **fetch:** cleanup ([522f2ca](https://github.com/basics/rxjs-collection/commit/522f2ca06ea0d1141d596f31e9b626cfb71e8f31)) * **fetch:** cleanup ([c56babb](https://github.com/basics/rxjs-collection/commit/c56babbc77214eb589f5c0ef2e4ed8e854f0892c)) * **fetch:** cleanup tests ([3d20b2e](https://github.com/basics/rxjs-collection/commit/3d20b2e2daa5d64b708418dc7a694ad3ec47f0be)) * **fetch:** polling completed and cleanup of operators ([cc64c16](https://github.com/basics/rxjs-collection/commit/cc64c1631007c1ab659a4f559b4e946dc3f682ab)) --- packages/operators/CHANGELOG.md | 13 +++++++++++++ packages/operators/package.json | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/packages/operators/CHANGELOG.md b/packages/operators/CHANGELOG.md index c10235a..50801d6 100644 --- a/packages/operators/CHANGELOG.md +++ b/packages/operators/CHANGELOG.md @@ -1,5 +1,18 @@ # Project Changelog +# [@rxjs-collection/operators-v1.0.3-beta.1](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.2...@rxjs-collection/operators-v1.0.3-beta.1) (2024-10-24) + + +### Bug Fixes + +* **fetch:** added fetch operators ([e248db8](https://github.com/basics/rxjs-collection/commit/e248db81cd681366c0654f30a2b0f664e1e30a5c)) +* **fetch:** added logs and cleanup ([025ea93](https://github.com/basics/rxjs-collection/commit/025ea930df68d7eb1cc28cd64c642e51f498c69c)) +* **fetch:** added logs to test and cleanup ([3ef05aa](https://github.com/basics/rxjs-collection/commit/3ef05aa55345da1dd4dec416bb17554d5c457743)) +* **fetch:** cleanup ([522f2ca](https://github.com/basics/rxjs-collection/commit/522f2ca06ea0d1141d596f31e9b626cfb71e8f31)) +* **fetch:** cleanup ([c56babb](https://github.com/basics/rxjs-collection/commit/c56babbc77214eb589f5c0ef2e4ed8e854f0892c)) +* **fetch:** cleanup tests ([3d20b2e](https://github.com/basics/rxjs-collection/commit/3d20b2e2daa5d64b708418dc7a694ad3ec47f0be)) +* **fetch:** polling completed and cleanup of operators ([cc64c16](https://github.com/basics/rxjs-collection/commit/cc64c1631007c1ab659a4f559b4e946dc3f682ab)) + # [@rxjs-collection/operators-v1.0.2](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.1...@rxjs-collection/operators-v1.0.2) (2024-09-20) diff --git a/packages/operators/package.json b/packages/operators/package.json index 7808bca..d86053b 100644 --- a/packages/operators/package.json +++ b/packages/operators/package.json @@ -1,6 +1,6 @@ { "name": "@rxjs-collection/operators", - "version": "1.0.2", + "version": "1.0.3-beta.1", "description": "rxjs operators", "license": "MIT", "contributors": [