diff --git a/.changeset/rare-facts-accept.md b/.changeset/rare-facts-accept.md deleted file mode 100644 index b83bae4..0000000 --- a/.changeset/rare-facts-accept.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@codacy/codacy-cloud-cli": patch ---- - -Adds possibility of using the cli againsta other environments diff --git a/CHANGELOG.md b/CHANGELOG.md index 09f499d..64204a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @codacy/codacy-cloud-cli +## 1.2.1 + +### Patch Changes + +- [#14](https://github.com/codacy/codacy-cloud-cli/pull/14) [`ca896df`](https://github.com/codacy/codacy-cloud-cli/commit/ca896dfb7da127454fc042e63169ce05e2e11130) Thanks [@pedrobpereira](https://github.com/pedrobpereira)! - Adds possibility of using the cli againsta other environments + ## 1.2.0 ### Minor Changes diff --git a/package.json b/package.json index 526d99f..baeca92 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@codacy/codacy-cloud-cli", - "version": "1.2.0", + "version": "1.2.1", "description": "A command-line tool to interact with Codacy Cloud from your terminal", "homepage": "https://www.codacy.com", "repository": {