Skip to content

Commit 05eb4ef

Browse files
chore(main): release 1.1.1
1 parent a3e86e8 commit 05eb4ef

4 files changed

Lines changed: 10 additions & 3 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "1.1.0"
2+
".": "1.1.1"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.1.1](https://github.com/altertable-ai/altertable-cli/compare/v1.1.0...v1.1.1) (2026-07-13)
9+
10+
11+
### Bug Fixes
12+
13+
* sync --version output and wire release-please marker ([#50](https://github.com/altertable-ai/altertable-cli/issues/50)) ([a3e86e8](https://github.com/altertable-ai/altertable-cli/commit/a3e86e818aa7737e5fbf746425cf64d0eb30ad34))
14+
815
## [1.1.0](https://github.com/altertable-ai/altertable-cli/compare/v1.0.0...v1.1.0) (2026-07-10)
916

1017

cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@altertable/cli",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"description": "Altertable CLI — query and manage your data platform",
55
"homepage": "https://github.com/altertable-ai/altertable-cli#readme",
66
"bugs": {

cli/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export const VERSION = "1.1.0"; // x-release-please-version
1+
export const VERSION = "1.1.1"; // x-release-please-version
22
export const USER_AGENT = `altertable-cli/${VERSION}`;

0 commit comments

Comments
 (0)