diff --git a/CHANGELOG.md b/CHANGELOG.md index dcc33e4..5c03a28 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.3.5](https://github.com/justdlabs/cli/compare/v1.3.4...v1.3.5) (2024-12-15) + + +### Bug Fixes + +* fix ([5826d04](https://github.com/justdlabs/cli/commit/5826d04987b80ae874a1d806e000097f3b2103f9)) + ## [1.3.4](https://github.com/justdlabs/cli/compare/v1.3.3...v1.3.4) (2024-12-14) diff --git a/package-lock.json b/package-lock.json index 67b5b1d..f863eda 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "justd-cli", - "version": "1.3.4", + "version": "1.3.5", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "justd-cli", - "version": "1.3.4", + "version": "1.3.5", "license": "MIT", "dependencies": { "@antfu/ni": "^0.21.12", diff --git a/package.json b/package.json index af48486..65e002c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "justd-cli", "type": "module", - "version": "1.3.4", + "version": "1.3.5", "description": "The command line interface for Justd.", "main": "dist/index.js", "bin": {