diff --git a/.release-please-manifest.json b/.release-please-manifest.json index bc7a84b6..cb06d15c 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "3.0.0" + ".": "3.0.1" } diff --git a/PROVENANCE.md b/PROVENANCE.md index 1a92eb50..fc7500be 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.0 +PACKAGE_VERSION=3.0.1 ``` diff --git a/package.json b/package.json index f56d11c4..77fc9926 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.0", + "version": "3.0.1", "main": "index.js", "scripts": { "postinstall": "go-npm install", diff --git a/release-please-config.json b/release-please-config.json index c1b3726f..56ca0982 100644 --- a/release-please-config.json +++ b/release-please-config.json @@ -4,6 +4,7 @@ "release-type": "go", "versioning": "default", "draft": true, + "last-release-sha": "ac751372919a03537b86daa867d3b88c81a6db02", "extra-files": [ "PROVENANCE.md", {