diff --git a/package-lock.json b/package-lock.json index 6d1eee8..a6b85ac 100644 --- a/package-lock.json +++ b/package-lock.json @@ -13914,7 +13914,7 @@ }, "packages/cmd": { "name": "@currents/cmd", - "version": "1.3.0", + "version": "1.4.0", "license": "MIT", "dependencies": { "@commander-js/extra-typings": "^12.1.0", @@ -14369,7 +14369,7 @@ "eslint": "^9.15.0", "eslint-config-next": "13.0.0", "eslint-config-prettier": "^8.3.0", - "eslint-config-turbo": "*", + "eslint-config-turbo": "latest", "eslint-plugin-react": "7.37.2" }, "devDependencies": { diff --git a/packages/cmd/CHANGELOG.md b/packages/cmd/CHANGELOG.md index d351639..f5183bf 100644 --- a/packages/cmd/CHANGELOG.md +++ b/packages/cmd/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +# [1.4.0](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.3.0...${npm.name}-v1.4.0) (2024-11-27) + + +### Bug Fixes + +* add missing dependency ([006cf16](https://github.com/currents-dev/currents-reporter/commit/006cf161e6952d257808eb58bb285b43a5536b7e)) + # [1.3.0](https://github.com/currents-dev/currents-reporter/compare/@currents/cmd-v1.2.1...${npm.name}-v1.3.0) (2024-11-25) diff --git a/packages/cmd/package.json b/packages/cmd/package.json index 8b5031e..600e15d 100644 --- a/packages/cmd/package.json +++ b/packages/cmd/package.json @@ -1,6 +1,6 @@ { "name": "@currents/cmd", - "version": "1.3.0", + "version": "1.4.0", "main": "./dist/index.js", "author": "Currents Software Inc", "license": "MIT",