diff --git a/package-lock.json b/package-lock.json index a6b85ac..b08fc30 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13914,7 +13914,7 @@ }, "packages/cmd": { "name": "@currents/cmd", - "version": "1.4.0", + "version": "1.5.0", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^12.1.0", diff --git a/packages/cmd/CHANGELOG.md b/packages/cmd/CHANGELOG.md index f5183bf..8771924 100644 --- a/packages/cmd/CHANGELOG.md +++ b/packages/cmd/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.5.0](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.4.0...${npm.name}-v1.5.0) (2024-11-28) + + +### Features + +* Add the continue flag to cache set ([2e02e5a](https://github.com/currents-dev/currents-reporter/commit/2e02e5a07b869e9cbc22c54b310ad1829a853afb)) + # [1.4.0](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.3.0...${npm.name}-v1.4.0) (2024-11-27) diff --git a/packages/cmd/package.json b/packages/cmd/package.json index 600e15d..9def44e 100644 --- a/packages/cmd/package.json +++ b/packages/cmd/package.json @@ -1,6 +1,6 @@ { "name": "@currents/cmd", - "version": "1.4.0", + "version": "1.5.0", "main": "./dist/index.js", "author": "Currents Software Inc", "license": "MIT",