From 29898edf20a6a457ec43b36fec6a95c1e80f3551 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 3 Jul 2026 07:55:06 +0000 Subject: [PATCH] chore: version packages --- .changeset/biome-toolchain.md | 5 ----- CHANGELOG.md | 6 ++++++ package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/biome-toolchain.md diff --git a/.changeset/biome-toolchain.md b/.changeset/biome-toolchain.md deleted file mode 100644 index ecab1b0..0000000 --- a/.changeset/biome-toolchain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@tigrisdata/cli": patch ---- - -Migrate the lint/format toolchain from ESLint and Prettier to Biome. Internal change with no impact on the published CLI behavior. diff --git a/CHANGELOG.md b/CHANGELOG.md index 959317f..1f13f91 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # @tigrisdata/cli +## 3.4.1 + +### Patch Changes + +- [#121](https://github.com/tigrisdata/cli/pull/121) [`8a901c1`](https://github.com/tigrisdata/cli/commit/8a901c19513699e2d43169db1e5590e7b1f2af87) Thanks [@designcode](https://github.com/designcode)! - Migrate the lint/format toolchain from ESLint and Prettier to Biome. Internal change with no impact on the published CLI behavior. + ## 3.4.0 ### Minor Changes diff --git a/package.json b/package.json index b9eace0..a8620b5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@tigrisdata/cli", - "version": "3.4.0", + "version": "3.4.1", "description": "Command line interface for Tigris object storage", "type": "module", "exports": {