Skip to content

Commit 59e84fe

Browse files
chore(release): 1.0.4 [skip ci]
# [@rxjs-collection/operators-v1.0.4](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.3...@rxjs-collection/operators-v1.0.4) (2024-10-25) ### Bug Fixes * **fetch:** missed optimized code segmentation ([36d7543](36d7543)) * **fetch:** optimized code segmentation ([9bcd2f3](9bcd2f3))
1 parent 8561aee commit 59e84fe

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

packages/operators/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Project Changelog
22

3+
# [@rxjs-collection/operators-v1.0.4](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.3...@rxjs-collection/operators-v1.0.4) (2024-10-25)
4+
5+
6+
### Bug Fixes
7+
8+
* **fetch:** missed optimized code segmentation ([36d7543](https://github.com/basics/rxjs-collection/commit/36d7543e17508c27d4925f3854391e3f65eb6b47))
9+
* **fetch:** optimized code segmentation ([9bcd2f3](https://github.com/basics/rxjs-collection/commit/9bcd2f317b8ee540f0a01e1b21733095a3c836e1))
10+
311
# [@rxjs-collection/operators-v1.0.4-beta.1](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.3...@rxjs-collection/operators-v1.0.4-beta.1) (2024-10-25)
412

513

packages/operators/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@rxjs-collection/operators",
3-
"version": "1.0.4-beta.1",
3+
"version": "1.0.4",
44
"description": "rxjs operators",
55
"license": "MIT",
66
"contributors": [

0 commit comments

Comments
 (0)