From 73167f88e27ac0fccde9069869c83d1d764e7b55 Mon Sep 17 00:00:00 2001 From: Xata Bot <97746683+xata-bot@users.noreply.github.com> Date: Mon, 16 Sep 2024 11:06:29 +0100 Subject: [PATCH] Release tracking (#1583) Co-authored-by: github-actions[bot] --- .changeset/two-bugs-enjoy.md | 5 ----- cli/CHANGELOG.md | 6 ++++++ cli/package.json | 2 +- compatibility.json | 2 +- 4 files changed, 8 insertions(+), 7 deletions(-) delete mode 100644 .changeset/two-bugs-enjoy.md diff --git a/.changeset/two-bugs-enjoy.md b/.changeset/two-bugs-enjoy.md deleted file mode 100644 index 3d94d0b96..000000000 --- a/.changeset/two-bugs-enjoy.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@xata.io/cli": patch ---- - -Add windows binaries to release channel diff --git a/cli/CHANGELOG.md b/cli/CHANGELOG.md index ea586c2dc..3109aa667 100644 --- a/cli/CHANGELOG.md +++ b/cli/CHANGELOG.md @@ -1,5 +1,11 @@ # @xata.io/cli +## 0.16.7 + +### Patch Changes + +- [#1582](https://github.com/xataio/client-ts/pull/1582) [`7b28297`](https://github.com/xataio/client-ts/commit/7b282975a48c95fb342ea4c6f7ab85a66710b162) Thanks [@SferaDev](https://github.com/SferaDev)! - Add windows binaries to release channel + ## 0.16.6 ### Patch Changes diff --git a/cli/package.json b/cli/package.json index 2df8b2e7f..c49aca42e 100644 --- a/cli/package.json +++ b/cli/package.json @@ -1,6 +1,6 @@ { "name": "@xata.io/cli", - "version": "0.16.6", + "version": "0.16.7", "description": "Xata.io CLI", "author": "Xata Inc.", "bin": { diff --git a/compatibility.json b/compatibility.json index c9dc2adbf..cec5ef21a 100644 --- a/compatibility.json +++ b/compatibility.json @@ -1,6 +1,6 @@ { "@xata.io/cli": { - "latest": "0.16.6", + "latest": "0.16.7", "compatibility": [ { "range": ">=0.0.0"