Skip to content

Commit 0570bec

Browse files
chore: release main
1 parent a1f92bd commit 0570bec

7 files changed

Lines changed: 24 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.4.0","packages/config-resolver":"0.1.1"}
1+
{".":"0.4.1","packages/config-resolver":"0.1.1"}

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Changelog
22

3+
## [0.4.1](https://github.com/elastic/cli/compare/v0.4.0...v0.4.1) (2026-09-01)
4+
5+
6+
### Bug Fixes
7+
8+
* Bump @elastic/schemas to 0.7.1 ([#571](https://github.com/elastic/cli/issues/571)) ([75f7f6a](https://github.com/elastic/cli/commit/75f7f6a5a4511166228ec0154c237d4904398114))
9+
* **kibana:** Allow same-origin request redirects ([#565](https://github.com/elastic/cli/issues/565)) ([f892744](https://github.com/elastic/cli/commit/f892744f10985b7824e9dd158f1fc5cfb9b1a40e))
10+
* Point cloud ci at public qa api ([#583](https://github.com/elastic/cli/issues/583)) ([a1f92bd](https://github.com/elastic/cli/commit/a1f92bdc1db4c7d90b8ecd234215d896afd6c175))
11+
* Support YAML as a possible response content-type ([#565](https://github.com/elastic/cli/issues/565)) ([f892744](https://github.com/elastic/cli/commit/f892744f10985b7824e9dd158f1fc5cfb9b1a40e))
12+
313
## [0.4.0](https://github.com/elastic/cli/compare/v0.3.0...v0.4.0) (2026-08-21)
414

515

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@elastic/cli",
3-
"version": "0.4.0",
3+
"version": "0.4.1",
44
"description": "Interact with the Elastic Stack and Elastic Cloud from the command line.",
55
"main": "dist/cli.js",
66
"bin": {

packages/config-resolver/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [0.1.1](https://github.com/elastic/cli/compare/config-resolver-v0.1.1...config-resolver-v0.1.1) (2026-09-01)
4+
5+
6+
### Bug Fixes
7+
8+
* **kibana:** Allow same-origin request redirects ([#565](https://github.com/elastic/cli/issues/565)) ([f892744](https://github.com/elastic/cli/commit/f892744f10985b7824e9dd158f1fc5cfb9b1a40e))
9+
* Support YAML as a possible response content-type ([#565](https://github.com/elastic/cli/issues/565)) ([f892744](https://github.com/elastic/cli/commit/f892744f10985b7824e9dd158f1fc5cfb9b1a40e))
10+
311
## [0.1.1](https://github.com/elastic/cli/compare/config-resolver-v0.1.0...config-resolver-v0.1.1) (2026-08-10)
412

513

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ for (const arg of argv) {
2424
}
2525

2626
// x-release-please-start-version
27-
const VERSION = '0.4.0';
27+
const VERSION = '0.4.1';
2828
// x-release-please-end
2929

3030
const program = new Command()

src/lib/meta.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
import os from 'node:os'
77

88
// x-release-please-start-version
9-
const cliVersion = '0.4.0'
9+
const cliVersion = '0.4.1'
1010
// x-release-please-end
1111

1212
/**

0 commit comments

Comments
 (0)