From 33b061bccb1a50c4f00fd2e44704b41373a36869 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 18 Oct 2024 09:08:57 -0700 Subject: [PATCH] chore(main): release api 0.2.7 (#158) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- .release-please-manifest.json | 2 +- api/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index e8d6c88..920acfd 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "api": "0.2.6" + "api": "0.2.7" } diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index a683f7e..5ff910e 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.2.7](https://github.com/launchdarkly/sdk-meta/compare/api/v0.2.6...api/v0.2.7) (2024-10-18) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#157](https://github.com/launchdarkly/sdk-meta/issues/157)) ([7964100](https://github.com/launchdarkly/sdk-meta/commit/79641000e5a93f654cd30f68a3b0461d5befda2d)) + ## [0.2.6](https://github.com/launchdarkly/sdk-meta/compare/api/v0.2.5...api/v0.2.6) (2024-10-17)