Skip to content

Commit 5003df7

Browse files
committed
Release tracking (#2761)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Synced from monorepo@61e71be7ecbb8a8968cae4f7cd02f61b1410864c
1 parent c68b25e commit 5003df7

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

.sync-commit

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
48c276d3906693f3577931bc8b7b5633ec877e6f
1+
61e71be7ecbb8a8968cae4f7cd02f61b1410864c

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.13
4+
5+
### Patch Changes
6+
7+
- [#2760](https://github.com/xataio/frontend/pull/2760) [`48c276d`](https://github.com/xataio/frontend/commit/48c276d3906693f3577931bc8b7b5633ec877e6f) Thanks [@SferaDev](https://github.com/SferaDev)! - Show a clear message when the CLI offline session expires
8+
39
## 1.4.12
410

511
### Patch Changes

package.json

Lines changed: 4 additions & 4 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.12",
4+
"version": "1.4.13",
55
"private": true,
66
"module": "src/app.ts",
77
"type": "module",
@@ -41,11 +41,11 @@
4141
"@xata.io/config": "0.0.1",
4242
"@xata.io/lang": "0.0.1",
4343
"@xata.io/pgroll": "0.9.0",
44-
"@xata.io/test-utils": "0.0.1",
45-
"@xata.io/utils": "0.1.0",
4644
"@xata.io/pgstream": "0.2.0",
4745
"@xata.io/sql": "0.1.4",
48-
"@xata.io/tsconfig": "0.0.1"
46+
"@xata.io/test-utils": "0.0.1",
47+
"@xata.io/tsconfig": "0.0.1",
48+
"@xata.io/utils": "0.1.0"
4949
},
5050
"scripts": {
5151
"dev": "bun src/bin/cli.ts",

0 commit comments

Comments
 (0)