Skip to content

Commit 083131e

Browse files
chore: release main
1 parent 78bb923 commit 083131e

5 files changed

Lines changed: 14 additions & 5 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{".":"0.2.0","packages/config-resolver":"0.1.0","packages/es-schemas":"1.0.2"}
1+
{".":"0.2.1","packages/config-resolver":"0.1.0","packages/es-schemas":"1.0.2"}

CHANGELOG.md

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

3+
## [0.2.1](https://github.com/elastic/cli/compare/v0.2.0...v0.2.1) (2026-06-16)
4+
5+
6+
### Bug Fixes
7+
8+
* Add explicit permissions to GitHub Actions workflows ([#414](https://github.com/elastic/cli/issues/414)) ([252fd44](https://github.com/elastic/cli/commit/252fd44953ffe86ae19a1af8f78fd65c07b3da04))
9+
* **cli:** Show banner on --help to match bare `elastic` output ([#391](https://github.com/elastic/cli/issues/391)) ([cb4becd](https://github.com/elastic/cli/commit/cb4becd1ef7818dbff23fe240e302402ee4e37aa))
10+
* **deps:** Update dependency commander to v15 ([#410](https://github.com/elastic/cli/issues/410)) ([7a8056f](https://github.com/elastic/cli/commit/7a8056ffd4c6d2b0ab3f81bd23658744cff97662))
11+
312
## [0.2.0](https://github.com/elastic/cli/compare/v0.1.1...v0.2.0) (2026-05-29)
413

514

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.2.0",
3+
"version": "0.2.1",
44
"description": "Interact with the Elastic Stack and Elastic Cloud from the command line.",
55
"main": "dist/cli.js",
66
"bin": {

src/cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ import { registerCompletionCommands, COMPLETION_COMMAND_NAMES } from './completi
1515
import { NAMESPACES } from './namespaces.ts'
1616

1717
// x-release-please-start-version
18-
const VERSION = '0.2.0';
18+
const VERSION = '0.2.1';
1919
// x-release-please-end
2020

2121
const program = new Command()

0 commit comments

Comments
 (0)