Skip to content

Commit 115779e

Browse files
committed
Release tracking (#2660)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Synced from monorepo@52c02355d2527d4aad18e2fab30d848f76f29b60
1 parent b3c0291 commit 115779e

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

.sync-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5d3685eae93d62ef913d8c0d52f003adf66b36d0
1+
52c02355d2527d4aad18e2fab30d848f76f29b60

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# xata-cli
22

3+
## 1.4.6
4+
5+
### Patch Changes
6+
7+
- [#2659](https://github.com/xataio/frontend/pull/2659) [`5d3685e`](https://github.com/xataio/frontend/commit/5d3685eae93d62ef913d8c0d52f003adf66b36d0) Thanks [@divyenduz](https://github.com/divyenduz)! - add retry logic for xata scratch
8+
39
## 1.4.5
410

511
### Patch Changes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "xata-cli",
33
"description": "Xata CLI",
4-
"version": "1.4.5",
4+
"version": "1.4.6",
55
"private": true,
66
"module": "src/app.ts",
77
"type": "module",
@@ -42,9 +42,9 @@
4242
"@xata.io/lang": "0.0.1",
4343
"@xata.io/pgroll": "0.9.0",
4444
"@xata.io/pgstream": "0.2.0",
45-
"@xata.io/sql": "0.1.4",
4645
"@xata.io/test-utils": "0.0.1",
4746
"@xata.io/tsconfig": "0.0.1",
47+
"@xata.io/sql": "0.1.4",
4848
"@xata.io/utils": "0.1.0"
4949
},
5050
"scripts": {

0 commit comments

Comments
 (0)