diff --git a/CHANGELOG.md b/CHANGELOG.md index 7459498..a71a3d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ +## [0.5.2](https://github.com/justdlabs/cli/compare/v0.5.0...v0.5.2) (2024-09-26) + + +### Bug Fixes + +* fix husky ([20d8ac5](https://github.com/justdlabs/cli/commit/20d8ac56b133e5366bf1bead69db849998966455)) +* fix utils ([9d6bf8e](https://github.com/justdlabs/cli/commit/9d6bf8ec3026f5016389a1746d1effc63f802080)) +* utils dev ([c539314](https://github.com/justdlabs/cli/commit/c5393148beed226ba121baaa53013783eeee787b)) + ## [0.5.1](https://github.com/justdlabs/cli/compare/v0.5.0...v0.5.1) (2024-09-26) diff --git a/package-lock.json b/package-lock.json index 095284d..b5507fb 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "justd-cli", - "version": "0.5.1", + "version": "0.5.2", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "justd-cli", - "version": "0.5.1", + "version": "0.5.2", "license": "MIT", "dependencies": { "@antfu/ni": "^0.21.12", diff --git a/package.json b/package.json index 69f1424..9cccc03 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "justd-cli", "type": "module", - "version": "0.5.1", + "version": "0.5.2", "description": "The command line interface for Justd.", "main": "dist/index.js", "bin": {