From bc443b52dcc232f2695e7a49fef08cf838828900 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 4 Dec 2024 10:20:49 -0800 Subject: [PATCH] chore: release main (#197) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .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 6c06c32..b142189 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "api": "0.3.6", - "api-js": "0.0.7" + "api": "0.3.7", + "api-js": "0.0.8" } diff --git a/api-js/CHANGELOG.md b/api-js/CHANGELOG.md index d5df54a..cc993ed 100644 --- a/api-js/CHANGELOG.md +++ b/api-js/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.0.8](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.0.7...api-js/v0.0.8) (2024-12-04) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#196](https://github.com/launchdarkly/sdk-meta/issues/196)) ([b5abdd3](https://github.com/launchdarkly/sdk-meta/commit/b5abdd3788dc757d5e473e351abd2c7f4b4f01b5)) + ## [0.0.7](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.0.6...api-js/v0.0.7) (2024-11-15) diff --git a/api-js/package.json b/api-js/package.json index 5841bee..7b8c844 100644 --- a/api-js/package.json +++ b/api-js/package.json @@ -1,6 +1,6 @@ { "name": "@launchdarkly/sdk-meta", - "version": "0.0.7", + "version": "0.0.8", "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 0ff6141..227250a 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.7](https://github.com/launchdarkly/sdk-meta/compare/api/v0.3.6...api/v0.3.7) (2024-12-04) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#196](https://github.com/launchdarkly/sdk-meta/issues/196)) ([b5abdd3](https://github.com/launchdarkly/sdk-meta/commit/b5abdd3788dc757d5e473e351abd2c7f4b4f01b5)) + ## [0.3.6](https://github.com/launchdarkly/sdk-meta/compare/api/v0.3.5...api/v0.3.6) (2024-11-15)