Skip to content

Commit

Permalink
chore: release @currents/cmd v1.0.0-beta.1
Browse files Browse the repository at this point in the history
  • Loading branch information
agoldis committed Jul 10, 2024
1 parent daaa7e4 commit 0043841
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 10 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 6 additions & 8 deletions packages/cmd/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,14 @@

# 1.0.0-beta.1 (2024-07-10)


### Bug Fixes

* command options ([8e9cd80](https://github.com/currents-dev/currents-reporter/commit/8e9cd8094ff5449f1431f8dd65da3a87daf32eaa))
* jest discovery issue ([e9a3a3a](https://github.com/currents-dev/currents-reporter/commit/e9a3a3aaf3031b0c8c0a98f824ffeb0abe3e8b41))
* remove unused deps ([cb6002f](https://github.com/currents-dev/currents-reporter/commit/cb6002f091b28769f105450b5c438add163c8d86))
* show tags related config options ([fef56db](https://github.com/currents-dev/currents-reporter/commit/fef56dbf67e9ecb82a508654eea059cf7c04c6f8))

- command options ([8e9cd80](https://github.com/currents-dev/currents-reporter/commit/8e9cd8094ff5449f1431f8dd65da3a87daf32eaa))
- jest discovery issue ([e9a3a3a](https://github.com/currents-dev/currents-reporter/commit/e9a3a3aaf3031b0c8c0a98f824ffeb0abe3e8b41))
- remove unused deps ([cb6002f](https://github.com/currents-dev/currents-reporter/commit/cb6002f091b28769f105450b5c438add163c8d86))
- show tags related config options ([fef56db](https://github.com/currents-dev/currents-reporter/commit/fef56dbf67e9ecb82a508654eea059cf7c04c6f8))

### Features

* add reportDir option to jest-reporter ([887fae6](https://github.com/currents-dev/currents-reporter/commit/887fae637f5d08243323e30abedba919075939b6))
* add vitest ([2b25624](https://github.com/currents-dev/currents-reporter/commit/2b2562410adcce06de4e54abcc63c4a16603d27b))
- add reportDir option to jest-reporter ([887fae6](https://github.com/currents-dev/currents-reporter/commit/887fae637f5d08243323e30abedba919075939b6))
- add vitest ([2b25624](https://github.com/currents-dev/currents-reporter/commit/2b2562410adcce06de4e54abcc63c4a16603d27b))
2 changes: 1 addition & 1 deletion packages/cmd/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@currents/cmd",
"version": "1.0.0-beta.0",
"version": "1.0.0-beta.1",
"main": "./dist/index.js",
"author": "Currents Software Inc",
"license": "GPL-3.0-or-later",
Expand Down

0 comments on commit 0043841

Please sign in to comment.