From 6c1e8064c333f024f27a3b9c8b763be73dc36fd2 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sat, 22 Aug 2026 04:46:57 +0000 Subject: [PATCH] chore(main): release 3.11.0 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 17 +++++++++++++++++ PROVENANCE.md | 2 +- package.json | 2 +- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fc62d3d3..19f9217c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.10.0" + ".": "3.11.0" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 98fccc94..588f5496 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [3.11.0](https://github.com/launchdarkly/ldcli/compare/v3.10.0...v3.11.0) (2026-08-22) + + +### Features + +* **setup:** Add new wizard `setup` command to the CLI ([#776](https://github.com/launchdarkly/ldcli/issues/776)) ([af9301d](https://github.com/launchdarkly/ldcli/commit/af9301daf34951f32e491cb4f6778446058f0c9a)) + + +### Bug Fixes + +* **deps:** resolve HIGH & CRITICAL Dependabot alerts ([#777](https://github.com/launchdarkly/ldcli/issues/777)) ([72f321c](https://github.com/launchdarkly/ldcli/commit/72f321c1bc743db868b86d8252815cf64a10d792)) + + +### Performance Improvements + +* Speed up dev server startup (two flavors: parallelism and streaming) ([#739](https://github.com/launchdarkly/ldcli/issues/739)) ([285d0db](https://github.com/launchdarkly/ldcli/commit/285d0dbf384ee574ca43334c43c986dfcde831e2)) + ## [3.10.0](https://github.com/launchdarkly/ldcli/compare/v3.9.0...v3.10.0) (2026-08-05) diff --git a/PROVENANCE.md b/PROVENANCE.md index 90cb3664..76620034 100644 --- a/PROVENANCE.md +++ b/PROVENANCE.md @@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att ``` # Set the version of the package to verify -PACKAGE_VERSION=3.10.0 +PACKAGE_VERSION=3.11.0 ``` diff --git a/package.json b/package.json index 9c8eaa92..6d94d423 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "@launchdarkly/ldcli", "description": "The official command line interface for managing LaunchDarkly feature flags.", - "version": "3.10.0", + "version": "3.11.0", "main": "index.js", "scripts": { "postinstall": "go-npm install",