diff --git a/.release-please-manifest.json b/.release-please-manifest.json index cb06d15c..9318fd89 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.1" + ".": "3.0.2" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 769a680b..d832b0ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.2](https://github.com/launchdarkly/ldcli/compare/3.0.1...v3.0.2) (2026-04-17) + + +### Miscellaneous Chores + +* align release-please state with v3.0.1 tag ([#691](https://github.com/launchdarkly/ldcli/issues/691)) ([314b18f](https://github.com/launchdarkly/ldcli/commit/314b18ff937937d67883a1ccef9834236613bea0)) + ## [3.0.0](https://github.com/launchdarkly/ldcli/compare/v2.2.0...v3.0.0) (2026-04-15) diff --git a/PROVENANCE.md b/PROVENANCE.md index fc7500be..cfea51fd 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.1 +PACKAGE_VERSION=3.0.2 ``` diff --git a/package.json b/package.json index 77fc9926..adb06d4c 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.1", + "version": "3.0.2", "main": "index.js", "scripts": { "postinstall": "go-npm install",