diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 6bb3e6bd..fc4cb4c2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.3" + ".": "3.0.4" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 097dbada..405d35c0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.4](https://github.com/launchdarkly/ldcli/compare/v3.0.3...v3.0.4) (2026-04-21) + + +### Bug Fixes + +* noop to trigger release please ([#696](https://github.com/launchdarkly/ldcli/issues/696)) ([7db5e7d](https://github.com/launchdarkly/ldcli/commit/7db5e7dd8175a0abea60d83a7ea31ed846257d14)) + ## [3.0.3](https://github.com/launchdarkly/ldcli/compare/v3.0.2...v3.0.3) (2026-04-17) diff --git a/PROVENANCE.md b/PROVENANCE.md index c179aede..c7951bfa 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.0.3 +PACKAGE_VERSION=3.0.4 ``` diff --git a/package.json b/package.json index b93e2268..df4943e8 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.0.3", + "version": "3.0.4", "main": "index.js", "scripts": { "postinstall": "go-npm install",