Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
# @rxjs-collection/operators-v1.0.0 (2024-09-16)

### Bug Fixes

* **git-workflow:** added yml for main and beta ([8fda8d9](8fda8d9))
* **mocha:** restructured test folder ([ff621f2](ff621f2))
* **mocha:** updated setup ([793c14f](793c14f))
* **operators:** added initial mocha setup ([756c589](756c589))
* **packages:** removed private attr in package.json ([ed66028](ed66028))
* **semver:** implemented monorepo config & workflow ([d73a02b](d73a02b))
* **semver:** prevent npm publish ([1c3e233](1c3e233))
* **semver:** test ([455516b](455516b))
* **test:** added forgotten successful empty runs ([7304362](7304362))
* **test:** corrected outline ([f214cd1](f214cd1))
* **test:** switched from mocha to vitest ([52425e1](52425e1))
* **vitest:** added test cases ([7c3a090](7c3a090))
* **vitest:** workspace coverage ([e2ed1ec](e2ed1ec))

### Features

* **setup:** init ([a01e5e3](a01e5e3))
  • Loading branch information
semantic-release-bot committed Sep 16, 2024
1 parent b5c5840 commit 444e939
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
24 changes: 24 additions & 0 deletions packages/operators/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,29 @@
# Project Changelog

# @rxjs-collection/operators-v1.0.0 (2024-09-16)


### Bug Fixes

* **git-workflow:** added yml for main and beta ([8fda8d9](https://github.com/basics/rxjs-collection/commit/8fda8d9e1553e1d1a1684895d563aa67164e922b))
* **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))
* **packages:** removed private attr in package.json ([ed66028](https://github.com/basics/rxjs-collection/commit/ed660284cef613a71527f510039d6988c32a2735))
* **semver:** implemented monorepo config & workflow ([d73a02b](https://github.com/basics/rxjs-collection/commit/d73a02b2211fe81c82bc0baf686945dc1bc77237))
* **semver:** prevent npm publish ([1c3e233](https://github.com/basics/rxjs-collection/commit/1c3e233135bcf56335c9fd39a53b20b15bf07112))
* **semver:** test ([455516b](https://github.com/basics/rxjs-collection/commit/455516b22a1cd24405aa06777a86f2e1b44fd7fb))
* **test:** added forgotten successful empty runs ([7304362](https://github.com/basics/rxjs-collection/commit/7304362c7a9b79ecbb7dd6dfd12c478f5d0cdc18))
* **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))
* **vitest:** workspace coverage ([e2ed1ec](https://github.com/basics/rxjs-collection/commit/e2ed1ec12aea8342f768b4f3fb17789ddf7a6208))


### Features

* **setup:** init ([a01e5e3](https://github.com/basics/rxjs-collection/commit/a01e5e3e444717bf0de8031e32001a4af6386afb))

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


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

0 comments on commit 444e939

Please sign in to comment.