Skip to content

Commit 62c4d48

Browse files
chore(release): 1.0.11 [skip ci]
# [@rxjs-collection/operators-v1.0.11](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.10...@rxjs-collection/operators-v1.0.11) (2024-11-26) ### Bug Fixes * **operators:** cleanup & optimization ([200b476](200b476)) * **operators:** fix cache log ([c551158](c551158)) * **operators:** solved duplication ([eae508b](eae508b))
1 parent 4e6fb1d commit 62c4d48

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

packages/operators/CHANGELOG.md

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

3+
# [@rxjs-collection/operators-v1.0.11](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.10...@rxjs-collection/operators-v1.0.11) (2024-11-26)
4+
5+
6+
### Bug Fixes
7+
8+
* **operators:** cleanup & optimization ([200b476](https://github.com/basics/rxjs-collection/commit/200b476d02deb96764bb43e4e7573855e2af5c92))
9+
* **operators:** fix cache log ([c551158](https://github.com/basics/rxjs-collection/commit/c5511580b60c5ce1b595dd7541edcc32aa97a445))
10+
* **operators:** solved duplication ([eae508b](https://github.com/basics/rxjs-collection/commit/eae508b7fe2a43879d1ba46df9d17d9e632f8778))
11+
312
# [@rxjs-collection/operators-v1.0.11-beta.1](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.10...@rxjs-collection/operators-v1.0.11-beta.1) (2024-11-26)
413

514

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.11-beta.1",
3+
"version": "1.0.11",
44
"description": "rxjs operators",
55
"license": "MIT",
66
"contributors": [

0 commit comments

Comments
 (0)