diff --git a/CHANGELOG.md b/CHANGELOG.md index e244afd..c341cc2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [1.2.37](https://github.com/justdlabs/cli/compare/v1.2.36...v1.2.37) (2024-11-01) + + +### Bug Fixes + +* fix theme switcher ([60c8e3e](https://github.com/justdlabs/cli/commit/60c8e3ed00fa879c87b5a975538a66473e2268c8)) + ## [1.2.36](https://github.com/justdlabs/cli/compare/v1.2.35...v1.2.36) (2024-11-01) diff --git a/package-lock.json b/package-lock.json index e247ccf..2c79a4a 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "justd-cli", - "version": "1.2.36", + "version": "1.2.37", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "justd-cli", - "version": "1.2.36", + "version": "1.2.37", "license": "MIT", "dependencies": { "@antfu/ni": "^0.21.12", diff --git a/package.json b/package.json index f9134fc..c214927 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "justd-cli", "type": "module", - "version": "1.2.36", + "version": "1.2.37", "description": "The command line interface for Justd.", "main": "dist/index.js", "bin": {