diff --git a/CHANGELOG.md b/CHANGELOG.md index d0a3cb5..a2e189a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.0.4](https://github.com/justdlabs/cli/compare/v2.0.3...v2.0.4) (2024-12-17) + + +### Bug Fixes + +* fix theme ([065be55](https://github.com/justdlabs/cli/commit/065be5576595a2c63601319156ea3e84bde73385)) + ## [2.0.3](https://github.com/justdlabs/cli/compare/v2.0.2...v2.0.3) (2024-12-17) diff --git a/package-lock.json b/package-lock.json index 81a3d13..3fbd04d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "justd-cli", - "version": "2.0.3", + "version": "2.0.4", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "justd-cli", - "version": "2.0.3", + "version": "2.0.4", "license": "MIT", "dependencies": { "@antfu/ni": "^0.21.12", diff --git a/package.json b/package.json index c0df49e..51b60fc 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "justd-cli", "type": "module", - "version": "2.0.3", + "version": "2.0.4", "description": "The command line interface for Justd.", "main": "dist/index.js", "bin": {