From b0849dc88fe3a59fa5fe79cf25389a85b3f611b4 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Nov 2025 20:58:03 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- api-js/CHANGELOG.md | 7 +++++++ api-js/package.json | 2 +- api/CHANGELOG.md | 7 +++++++ 4 files changed, 17 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d13ec77..052d8a1 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "api": "0.4.11", - "api-js": "0.2.11" + "api": "0.4.12", + "api-js": "0.2.12" } diff --git a/api-js/CHANGELOG.md b/api-js/CHANGELOG.md index 6eb8a98..956cdc0 100644 --- a/api-js/CHANGELOG.md +++ b/api-js/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.12](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.2.11...api-js/v0.2.12) (2025-11-25) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#314](https://github.com/launchdarkly/sdk-meta/issues/314)) ([f07ea24](https://github.com/launchdarkly/sdk-meta/commit/f07ea24543917d966004479617c9f7d2d1735702)) + ## [0.2.11](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.2.10...api-js/v0.2.11) (2025-11-21) diff --git a/api-js/package.json b/api-js/package.json index 0789bec..029a05b 100644 --- a/api-js/package.json +++ b/api-js/package.json @@ -1,6 +1,6 @@ { "name": "@launchdarkly/sdk-meta", - "version": "0.2.11", + "version": "0.2.12", "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 1a8e61e..d5d1e5a 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.12](https://github.com/launchdarkly/sdk-meta/compare/api/v0.4.11...api/v0.4.12) (2025-11-25) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#314](https://github.com/launchdarkly/sdk-meta/issues/314)) ([f07ea24](https://github.com/launchdarkly/sdk-meta/commit/f07ea24543917d966004479617c9f7d2d1735702)) + ## [0.4.11](https://github.com/launchdarkly/sdk-meta/compare/api/v0.4.10...api/v0.4.11) (2025-11-21)