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": {