Skip to content

Commit b9317f7

Browse files
chore: release main
1 parent 91f261c commit b9317f7

5 files changed

Lines changed: 12 additions & 5 deletions

File tree

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

CHANGELOG.md

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

3+
## [0.3.1](https://github.com/elastic/cli/compare/v0.3.0...v0.3.1) (2026-08-11)
4+
5+
6+
### Bug Fixes
7+
8+
* **es:** Clarify bulk ingest source format is decorative ([#521](https://github.com/elastic/cli/issues/521)) ([91f261c](https://github.com/elastic/cli/commit/91f261cab75cd2ad32bcba4286f98d12de2ef341))
9+
310
## [0.3.0](https://github.com/elastic/cli/compare/v0.2.0...v0.3.0) (2026-08-10)
411

512

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.3.0",
3+
"version": "0.3.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
@@ -34,7 +34,7 @@ for (const arg of argv) {
3434
}
3535

3636
// x-release-please-start-version
37-
const VERSION = '0.3.0';
37+
const VERSION = '0.3.1';
3838
// x-release-please-end
3939

4040
const program = new Command()

0 commit comments

Comments
 (0)