From 7aed40a92243717dea61d40f9f289aedcb86dd98 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 10:56:32 +0000 Subject: [PATCH] chore: version packages --- .changeset/rare-facts-accept.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/rare-facts-accept.md 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": {