Skip to content

Commit

Permalink
chore(release): 1.0.8 [skip ci]
Browse files Browse the repository at this point in the history
# [@rxjs-collection/operators-v1.0.8](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.7...@rxjs-collection/operators-v1.0.8) (2024-11-24)

### Bug Fixes

* **operators:** optimized option declaration and added cache to request ([e1a0d3e](e1a0d3e))
* **operators:** retry cleanup ([c46cbbe](c46cbbe))
  • Loading branch information
semantic-release-bot committed Nov 24, 2024
1 parent 74b8530 commit fe27c68
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions packages/operators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Project Changelog

# [@rxjs-collection/operators-v1.0.8](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.7...@rxjs-collection/operators-v1.0.8) (2024-11-24)


### Bug Fixes

* **operators:** optimized option declaration and added cache to request ([e1a0d3e](https://github.com/basics/rxjs-collection/commit/e1a0d3ed84e3d2c44cbdc939dfac48b330138b23))
* **operators:** retry cleanup ([c46cbbe](https://github.com/basics/rxjs-collection/commit/c46cbbe1f06e9ab16ea551789fd3e8a3e85c7d1b))

# [@rxjs-collection/operators-v1.0.8-beta.2](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.8-beta.1...@rxjs-collection/operators-v1.0.8-beta.2) (2024-11-24)


Expand Down
2 changes: 1 addition & 1 deletion packages/operators/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@rxjs-collection/operators",
"version": "1.0.8-beta.2",
"version": "1.0.8",
"description": "rxjs operators",
"license": "MIT",
"contributors": [
Expand Down

0 comments on commit fe27c68

Please sign in to comment.