From 126eb92c99f0470574e1a4aec1d4f9b8f24d3f22 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 21:41:34 +0000 Subject: [PATCH] chore: release main --- .release-please-manifest.json | 4 ++-- api-js/CHANGELOG.md | 8 ++++++++ api-js/package.json | 2 +- api/CHANGELOG.md | 8 ++++++++ 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index d80d33d..d13ec77 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "api": "0.4.10", - "api-js": "0.2.10" + "api": "0.4.11", + "api-js": "0.2.11" } diff --git a/api-js/CHANGELOG.md b/api-js/CHANGELOG.md index cfa056f..6eb8a98 100644 --- a/api-js/CHANGELOG.md +++ b/api-js/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.11](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.2.10...api-js/v0.2.11) (2025-11-21) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#311](https://github.com/launchdarkly/sdk-meta/issues/311)) ([d7270d3](https://github.com/launchdarkly/sdk-meta/commit/d7270d3b3b6302b62b778c42bbe8364f231ba50f)) +* **metadata:** ingest new data and regenerate products ([#313](https://github.com/launchdarkly/sdk-meta/issues/313)) ([02c927c](https://github.com/launchdarkly/sdk-meta/commit/02c927c5908de9c08335875fbb5d1d3ca31614b4)) + ## [0.2.10](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.2.9...api-js/v0.2.10) (2025-11-12) diff --git a/api-js/package.json b/api-js/package.json index 4e7b29b..0789bec 100644 --- a/api-js/package.json +++ b/api-js/package.json @@ -1,6 +1,6 @@ { "name": "@launchdarkly/sdk-meta", - "version": "0.2.10", + "version": "0.2.11", "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 471794e..1a8e61e 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.4.11](https://github.com/launchdarkly/sdk-meta/compare/api/v0.4.10...api/v0.4.11) (2025-11-21) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#311](https://github.com/launchdarkly/sdk-meta/issues/311)) ([d7270d3](https://github.com/launchdarkly/sdk-meta/commit/d7270d3b3b6302b62b778c42bbe8364f231ba50f)) +* **metadata:** ingest new data and regenerate products ([#313](https://github.com/launchdarkly/sdk-meta/issues/313)) ([02c927c](https://github.com/launchdarkly/sdk-meta/commit/02c927c5908de9c08335875fbb5d1d3ca31614b4)) + ## [0.4.10](https://github.com/launchdarkly/sdk-meta/compare/api/v0.4.9...api/v0.4.10) (2025-11-12)