Skip to content

Commit 42a956e

Browse files
chore(main): release 3.0.4 (#697)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 7db5e7d commit 42a956e

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.0.3"
2+
".": "3.0.4"
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.0.4](https://github.com/launchdarkly/ldcli/compare/v3.0.3...v3.0.4) (2026-04-21)
4+
5+
6+
### Bug Fixes
7+
8+
* noop to trigger release please ([#696](https://github.com/launchdarkly/ldcli/issues/696)) ([7db5e7d](https://github.com/launchdarkly/ldcli/commit/7db5e7dd8175a0abea60d83a7ea31ed846257d14))
9+
310
## [3.0.3](https://github.com/launchdarkly/ldcli/compare/v3.0.2...v3.0.3) (2026-04-17)
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.0.3
12+
PACKAGE_VERSION=3.0.4
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.0.3",
4+
"version": "3.0.4",
55
"main": "index.js",
66
"scripts": {
77
"postinstall": "go-npm install",

0 commit comments

Comments
 (0)