diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b04b429d..13cf6642 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,5 +1,5 @@ { - "api": "0.4.39", - "api-js": "0.3.24", + "api": "0.4.40", + "api-js": "0.3.25", "snippets": "0.20.0" } diff --git a/api-js/CHANGELOG.md b/api-js/CHANGELOG.md index 6c3579c4..3c5a4cbe 100644 --- a/api-js/CHANGELOG.md +++ b/api-js/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.25](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.3.24...api-js/v0.3.25) (2026-06-30) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#527](https://github.com/launchdarkly/sdk-meta/issues/527)) ([5b92982](https://github.com/launchdarkly/sdk-meta/commit/5b92982c4bf6b7e3817b6242b1d894f87ad4f9f8)) + ## [0.3.24](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.3.23...api-js/v0.3.24) (2026-06-29) diff --git a/api-js/package.json b/api-js/package.json index e41e829d..39362258 100644 --- a/api-js/package.json +++ b/api-js/package.json @@ -1,6 +1,6 @@ { "name": "@launchdarkly/sdk-meta", - "version": "0.3.24", + "version": "0.3.25", "description": "LaunchDarkly SDK Metadata", "license": "Apache-2.0", "homepage": "https://github.com/launchdarkly/sdk-meta/tree/main", diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 636d48b9..38184e54 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.40](https://github.com/launchdarkly/sdk-meta/compare/api/v0.4.39...api/v0.4.40) (2026-06-30) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#527](https://github.com/launchdarkly/sdk-meta/issues/527)) ([5b92982](https://github.com/launchdarkly/sdk-meta/commit/5b92982c4bf6b7e3817b6242b1d894f87ad4f9f8)) + ## [0.4.39](https://github.com/launchdarkly/sdk-meta/compare/api/v0.4.38...api/v0.4.39) (2026-06-29)