From d75aeedde9742e404415240c6c495dd56c476de7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 19:36:38 +0000 Subject: [PATCH] chore(main): release 3.10.1 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 12 ++++++++++++ PROVENANCE.md | 2 +- package.json | 2 +- 4 files changed, 15 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fc62d3d3..9037ce1b 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.10.0" + ".": "3.10.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 98fccc94..50d6eabd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [3.10.1](https://github.com/launchdarkly/ldcli/compare/v3.10.0...v3.10.1) (2026-08-07) + + +### 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..e5920992 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.10.1 ``` diff --git a/package.json b/package.json index 9c8eaa92..47f5edb0 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.10.1", "main": "index.js", "scripts": { "postinstall": "go-npm install",