diff --git a/package-lock.json b/package-lock.json index 82a1821..0697136 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13833,7 +13833,7 @@ }, "packages/cmd": { "name": "@currents/cmd", - "version": "1.1.0-beta.18", + "version": "1.1.0-beta.19", "license": "GPL-3.0-or-later", "dependencies": { "@commander-js/extra-typings": "^11.1.0", diff --git a/packages/cmd/CHANGELOG.md b/packages/cmd/CHANGELOG.md index c41c804..9115598 100644 --- a/packages/cmd/CHANGELOG.md +++ b/packages/cmd/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +# [1.1.0-beta.19](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.1.0-beta.18...${npm.name}-v1.1.0-beta.19) (2024-10-01) + + +### Bug Fixes + +* debug option parsing [skip ci] ([55a9122](https://github.com/currents-dev/currents-reporter/commit/55a91223391842207d5fde36e328fe140cba63ac)) +* set command description to get-run command [skip ci] ([2635376](https://github.com/currents-dev/currents-reporter/commit/26353762323548b40f9c8c285f09daae44d3a2a0)) + # [1.1.0-beta.18](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.1.0-beta.17...${npm.name}-v1.1.0-beta.18) (2024-09-27) diff --git a/packages/cmd/package.json b/packages/cmd/package.json index f60b43f..97d5298 100644 --- a/packages/cmd/package.json +++ b/packages/cmd/package.json @@ -1,6 +1,6 @@ { "name": "@currents/cmd", - "version": "1.1.0-beta.18", + "version": "1.1.0-beta.19", "main": "./dist/index.js", "author": "Currents Software Inc", "license": "GPL-3.0-or-later",