From d896bda6ac22df131ce713e0f04d43554aeba5ce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 14 Mar 2025 14:40:21 +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 33dcab1..12e82e2 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "api": "0.3.15", - "api-js": "0.1.6" + "api": "0.3.16", + "api-js": "0.1.7" } diff --git a/api-js/CHANGELOG.md b/api-js/CHANGELOG.md index a77fb31..b36c481 100644 --- a/api-js/CHANGELOG.md +++ b/api-js/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.7](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.1.6...api-js/v0.1.7) (2025-03-14) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#240](https://github.com/launchdarkly/sdk-meta/issues/240)) ([beccb44](https://github.com/launchdarkly/sdk-meta/commit/beccb441f828b35071af95b7b8988c139fa91444)) + ## [0.1.6](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.1.5...api-js/v0.1.6) (2025-03-11) diff --git a/api-js/package.json b/api-js/package.json index 8ad7245..110a2db 100644 --- a/api-js/package.json +++ b/api-js/package.json @@ -1,6 +1,6 @@ { "name": "@launchdarkly/sdk-meta", - "version": "0.1.6", + "version": "0.1.7", "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 d45dfbb..7065e8f 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.16](https://github.com/launchdarkly/sdk-meta/compare/api/v0.3.15...api/v0.3.16) (2025-03-14) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#240](https://github.com/launchdarkly/sdk-meta/issues/240)) ([beccb44](https://github.com/launchdarkly/sdk-meta/commit/beccb441f828b35071af95b7b8988c139fa91444)) + ## [0.3.15](https://github.com/launchdarkly/sdk-meta/compare/api/v0.3.14...api/v0.3.15) (2025-03-11)