diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 9318fd89..6bb3e6bd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.2" + ".": "3.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index d832b0ad..097dbada 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [3.0.3](https://github.com/launchdarkly/ldcli/compare/v3.0.2...v3.0.3) (2026-04-17) + + +### Bug Fixes + +* tolerate missing *.zip in gh release upload ([#693](https://github.com/launchdarkly/ldcli/issues/693)) ([c016748](https://github.com/launchdarkly/ldcli/commit/c016748968b9bfcb5511b99d314aa0307c4c7bc1)) + ## [3.0.2](https://github.com/launchdarkly/ldcli/compare/3.0.1...v3.0.2) (2026-04-17) diff --git a/PROVENANCE.md b/PROVENANCE.md index cfea51fd..c179aede 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.2 +PACKAGE_VERSION=3.0.3 ``` diff --git a/package.json b/package.json index adb06d4c..b93e2268 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.2", + "version": "3.0.3", "main": "index.js", "scripts": { "postinstall": "go-npm install",