diff --git a/CHANGELOG.md b/CHANGELOG.md index d5f5634..0052634 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.2.7](https://github.com/justdlabs/cli/compare/v2.2.6...v2.2.7) (2024-12-21) + + +### Bug Fixes + +* make sure primitive file always on the first place ([6b38134](https://github.com/justdlabs/cli/commit/6b38134d4097083bf8f618c9e7e09c4abc99425c)) + ## [2.2.6](https://github.com/justdlabs/cli/compare/v2.2.5...v2.2.6) (2024-12-21) diff --git a/package-lock.json b/package-lock.json index 2bb3c71..afc9254 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "justd-cli", - "version": "2.2.6", + "version": "2.2.7", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "justd-cli", - "version": "2.2.6", + "version": "2.2.7", "license": "MIT", "dependencies": { "@antfu/ni": "^0.21.12", diff --git a/package.json b/package.json index 921594f..4c55b4c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "justd-cli", "type": "module", - "version": "2.2.6", + "version": "2.2.7", "description": "The command line interface for Justd.", "main": "dist/index.js", "bin": {