From b1ccf615cd9233c96787e96c2877b34231b4a432 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 10:33:07 -0400 Subject: [PATCH] chore(main): release api 0.2.1 (#136) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- api/CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0c9aa77..b5996b3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "api": "0.2.0" + "api": "0.2.1" } diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 72ca049..aafa301 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.1](https://github.com/launchdarkly/sdk-meta/compare/api/v0.2.0...api/v0.2.1) (2024-08-19) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#135](https://github.com/launchdarkly/sdk-meta/issues/135)) ([7a05827](https://github.com/launchdarkly/sdk-meta/commit/7a058275382d45185b6fc09b14038d843d3e1472)) +* **metadata:** ingest new data and regenerate products ([#137](https://github.com/launchdarkly/sdk-meta/issues/137)) ([73464f1](https://github.com/launchdarkly/sdk-meta/commit/73464f1b5bc53a69c5704e2765fdb61432b3a6a5)) + ## [0.2.0](https://github.com/launchdarkly/sdk-meta/compare/api/v0.1.2...api/v0.2.0) (2024-08-13)