Skip to content

Commit 03ab244

Browse files
chore(main): release 3.10.0 (#775)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent f8ee593 commit 03ab244

4 files changed

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

CHANGELOG.md

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

3+
## [3.10.0](https://github.com/launchdarkly/ldcli/compare/v3.9.0...v3.10.0) (2026-08-05)
4+
5+
6+
### Features
7+
8+
* **symbols:** derive the upload endpoint from --base-uri ([#773](https://github.com/launchdarkly/ldcli/issues/773)) ([f8ee593](https://github.com/launchdarkly/ldcli/commit/f8ee593562104296ba673166df53a689685d49c4))
9+
310
## [3.9.0](https://github.com/launchdarkly/ldcli/compare/v3.8.0...v3.9.0) (2026-08-05)
411

512

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.9.0
12+
PACKAGE_VERSION=3.10.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.9.0",
4+
"version": "3.10.0",
55
"main": "index.js",
66
"scripts": {
77
"postinstall": "go-npm install",

0 commit comments

Comments
 (0)