Skip to content

Commit d63b3a6

Browse files
chore(main): release 3.11.0 (#778)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent af9301d commit d63b3a6

4 files changed

Lines changed: 20 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-
".": "3.10.0"
2+
".": "3.11.0"
33
}

CHANGELOG.md

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

3+
## [3.11.0](https://github.com/launchdarkly/ldcli/compare/v3.10.0...v3.11.0) (2026-08-22)
4+
5+
6+
### Features
7+
8+
* **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))
9+
10+
11+
### Bug Fixes
12+
13+
* **deps:** resolve HIGH & CRITICAL Dependabot alerts ([#777](https://github.com/launchdarkly/ldcli/issues/777)) ([72f321c](https://github.com/launchdarkly/ldcli/commit/72f321c1bc743db868b86d8252815cf64a10d792))
14+
15+
16+
### Performance Improvements
17+
18+
* 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))
19+
320
## [3.10.0](https://github.com/launchdarkly/ldcli/compare/v3.9.0...v3.10.0) (2026-08-05)
421

522

PROVENANCE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ To verify build provenance attestations, we recommend using the [GitHub CLI `att
99
<!-- x-release-please-start-version -->
1010
```
1111
# Set the version of the package to verify
12-
PACKAGE_VERSION=3.10.0
12+
PACKAGE_VERSION=3.11.0
1313
```
1414
<!-- x-release-please-end -->
1515

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@launchdarkly/ldcli",
33
"description": "The official command line interface for managing LaunchDarkly feature flags.",
4-
"version": "3.10.0",
4+
"version": "3.11.0",
55
"main": "index.js",
66
"scripts": {
77
"postinstall": "go-npm install",

0 commit comments

Comments
 (0)