diff --git a/.changeset/shiny-chicken-tie.md b/.changeset/shiny-chicken-tie.md deleted file mode 100644 index 95a04a8..0000000 --- a/.changeset/shiny-chicken-tie.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -'@commencis/cli': minor ---- - -chore: update dependencies & node to v24.12 diff --git a/CHANGELOG.md b/CHANGELOG.md index aa56adc..093ab78 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @commencis/cli +## 2.1.0 + +### Minor Changes + +- chore: update dependencies & node to v24.12 ([#202](https://github.com/Commencis/cli/pull/202)) + ## 2.0.0 ### Major Changes diff --git a/package.json b/package.json index a3f0d7c..06a8486 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@commencis/cli", - "version": "2.0.0", + "version": "2.1.0", "description": "Commencis's CLI tool for creating & managing projects", "author": "Commencis WFE Team (https://commencis.com)", "license": "Apache-2.0",