From ae04506e3f66f1915f73ba0bf562c3a7257d46b6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 12 Dec 2024 10:09:12 -0800 Subject: [PATCH] chore: release main (#206) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 4 ++-- api-js/CHANGELOG.md | 9 +++++++++ api-js/package.json | 2 +- api/CHANGELOG.md | 9 +++++++++ 4 files changed, 21 insertions(+), 3 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b021b34..fdb5777 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "api": "0.3.8", - "api-js": "0.0.9" + "api": "0.3.9", + "api-js": "0.0.10" } diff --git a/api-js/CHANGELOG.md b/api-js/CHANGELOG.md index f684f25..06d82d7 100644 --- a/api-js/CHANGELOG.md +++ b/api-js/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.0.10](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.0.9...api-js/v0.0.10) (2024-12-11) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#205](https://github.com/launchdarkly/sdk-meta/issues/205)) ([be26331](https://github.com/launchdarkly/sdk-meta/commit/be263310ed594e9d1f346a0c77d7e4881bf10869)) +* **metadata:** ingest new data and regenerate products ([#207](https://github.com/launchdarkly/sdk-meta/issues/207)) ([49694a1](https://github.com/launchdarkly/sdk-meta/commit/49694a19fb51a9621820da47ccf28017620c23d9)) +* **metadata:** ingest new data and regenerate products ([#208](https://github.com/launchdarkly/sdk-meta/issues/208)) ([2498b0a](https://github.com/launchdarkly/sdk-meta/commit/2498b0adf584f2ea14c286a0318d629364b1ec2f)) + ## [0.0.9](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.0.8...api-js/v0.0.9) (2024-12-06) diff --git a/api-js/package.json b/api-js/package.json index 6ef4d63..ccaef5c 100644 --- a/api-js/package.json +++ b/api-js/package.json @@ -1,6 +1,6 @@ { "name": "@launchdarkly/sdk-meta", - "version": "0.0.9", + "version": "0.0.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 62e99d6..46929e2 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.3.9](https://github.com/launchdarkly/sdk-meta/compare/api/v0.3.8...api/v0.3.9) (2024-12-11) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#205](https://github.com/launchdarkly/sdk-meta/issues/205)) ([be26331](https://github.com/launchdarkly/sdk-meta/commit/be263310ed594e9d1f346a0c77d7e4881bf10869)) +* **metadata:** ingest new data and regenerate products ([#207](https://github.com/launchdarkly/sdk-meta/issues/207)) ([49694a1](https://github.com/launchdarkly/sdk-meta/commit/49694a19fb51a9621820da47ccf28017620c23d9)) +* **metadata:** ingest new data and regenerate products ([#208](https://github.com/launchdarkly/sdk-meta/issues/208)) ([2498b0a](https://github.com/launchdarkly/sdk-meta/commit/2498b0adf584f2ea14c286a0318d629364b1ec2f)) + ## [0.3.8](https://github.com/launchdarkly/sdk-meta/compare/api/v0.3.7...api/v0.3.8) (2024-12-06)