diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 146ad15..d80d33d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "api": "0.4.9", - "api-js": "0.2.9" + "api": "0.4.10", + "api-js": "0.2.10" } diff --git a/api-js/CHANGELOG.md b/api-js/CHANGELOG.md index 2ed988b..cfa056f 100644 --- a/api-js/CHANGELOG.md +++ b/api-js/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.2.10](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.2.9...api-js/v0.2.10) (2025-11-12) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#305](https://github.com/launchdarkly/sdk-meta/issues/305)) ([928ee03](https://github.com/launchdarkly/sdk-meta/commit/928ee03a40bd0b724a4a7025d699c8c1f7ceb8fd)) +* **metadata:** ingest new data and regenerate products ([#308](https://github.com/launchdarkly/sdk-meta/issues/308)) ([851b061](https://github.com/launchdarkly/sdk-meta/commit/851b061ad54fb8fd35b9a94815d50607ebc0d23e)) +* **metadata:** ingest new data and regenerate products ([#310](https://github.com/launchdarkly/sdk-meta/issues/310)) ([25deb6a](https://github.com/launchdarkly/sdk-meta/commit/25deb6a530f6d44ac1078c212ddf23868e3b593f)) + ## [0.2.9](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.2.8...api-js/v0.2.9) (2025-09-30) diff --git a/api-js/package.json b/api-js/package.json index 0620a1c..4e7b29b 100644 --- a/api-js/package.json +++ b/api-js/package.json @@ -1,6 +1,6 @@ { "name": "@launchdarkly/sdk-meta", - "version": "0.2.9", + "version": "0.2.10", "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 f5ab02a..471794e 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.4.10](https://github.com/launchdarkly/sdk-meta/compare/api/v0.4.9...api/v0.4.10) (2025-11-12) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#305](https://github.com/launchdarkly/sdk-meta/issues/305)) ([928ee03](https://github.com/launchdarkly/sdk-meta/commit/928ee03a40bd0b724a4a7025d699c8c1f7ceb8fd)) +* **metadata:** ingest new data and regenerate products ([#308](https://github.com/launchdarkly/sdk-meta/issues/308)) ([851b061](https://github.com/launchdarkly/sdk-meta/commit/851b061ad54fb8fd35b9a94815d50607ebc0d23e)) +* **metadata:** ingest new data and regenerate products ([#310](https://github.com/launchdarkly/sdk-meta/issues/310)) ([25deb6a](https://github.com/launchdarkly/sdk-meta/commit/25deb6a530f6d44ac1078c212ddf23868e3b593f)) + ## [0.4.9](https://github.com/launchdarkly/sdk-meta/compare/api/v0.4.8...api/v0.4.9) (2025-09-30)