diff --git a/CHANGELOG.md b/CHANGELOG.md index bb4a31c..b356864 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ +## [2.2.14](https://github.com/justdlabs/cli/compare/v2.2.13...v2.2.14) (2024-12-25) + + +### Bug Fixes + +* update diff command to use add ([15609dd](https://github.com/justdlabs/cli/commit/15609dd898b9dbe46eb837a0215e105b8ffc89c1)) + ## [2.2.13](https://github.com/justdlabs/cli/compare/v2.2.12...v2.2.13) (2024-12-22) diff --git a/package-lock.json b/package-lock.json index 228bbd6..13fe39c 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "justd-cli", - "version": "2.2.13", + "version": "2.2.14", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "justd-cli", - "version": "2.2.13", + "version": "2.2.14", "license": "MIT", "dependencies": { "@antfu/ni": "^0.21.12", diff --git a/package.json b/package.json index 48b2937..5397d1a 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "justd-cli", "type": "module", - "version": "2.2.13", + "version": "2.2.14", "description": "The command line interface for Justd.", "main": "dist/index.js", "bin": {