Skip to content

Commit

Permalink
chore(release): 1.0.0-beta.4 [skip ci]
Browse files Browse the repository at this point in the history
# [@rxjs-collection/operators-v1.0.0-beta.4](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.0-beta.3...@rxjs-collection/operators-v1.0.0-beta.4) (2024-09-15)

### Bug Fixes

* **mocha:** restructured test folder ([ff621f2](ff621f2))
* **mocha:** updated setup ([793c14f](793c14f))
* **operators:** added initial mocha setup ([756c589](756c589))
* **test:** corrected outline ([f214cd1](f214cd1))
* **test:** switched from mocha to vitest ([52425e1](52425e1))
* **vitest:** added test cases ([7c3a090](7c3a090))
  • Loading branch information
semantic-release-bot committed Sep 15, 2024
1 parent 086a7cb commit d67c3e1
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions packages/operators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Project Changelog

# [@rxjs-collection/operators-v1.0.0-beta.4](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.0-beta.3...@rxjs-collection/operators-v1.0.0-beta.4) (2024-09-15)


### Bug Fixes

* **mocha:** restructured test folder ([ff621f2](https://github.com/basics/rxjs-collection/commit/ff621f2c817a041a590f9c12ba514028eea1e9ef))
* **mocha:** updated setup ([793c14f](https://github.com/basics/rxjs-collection/commit/793c14fe9a87e209894da30d5ccaeb7dfd0ffdc3))
* **operators:** added initial mocha setup ([756c589](https://github.com/basics/rxjs-collection/commit/756c589699ac590ecdc6d00c523df657baeaa1c1))
* **test:** corrected outline ([f214cd1](https://github.com/basics/rxjs-collection/commit/f214cd143c0dd417798d49faca41bbbc8b55cc11))
* **test:** switched from mocha to vitest ([52425e1](https://github.com/basics/rxjs-collection/commit/52425e1c7a73d066bdcd8fbfa44cb994bc93835c))
* **vitest:** added test cases ([7c3a090](https://github.com/basics/rxjs-collection/commit/7c3a090f1e80b015bfbcdd7214334528d5701eb6))

# [@rxjs-collection/operators-v1.0.0-beta.3](https://github.com/basics/rxjs-collection/compare/@rxjs-collection/operators-v1.0.0-beta.2...@rxjs-collection/operators-v1.0.0-beta.3) (2024-09-09)


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.0-beta.3",
"version": "1.0.0-beta.4",
"description": "rxjs operators",
"license": "MIT",
"contributors": [
Expand Down

0 comments on commit d67c3e1

Please sign in to comment.