From baed16f158bef7192cb89d8e4e024578b6525892 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 17 Oct 2024 12:28:55 -0700 Subject: [PATCH] chore(main): release api 0.2.6 (#155) 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 5846b5c..e8d6c88 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "api": "0.2.5" + "api": "0.2.6" } diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 43309d1..a683f7e 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.2.6](https://github.com/launchdarkly/sdk-meta/compare/api/v0.2.5...api/v0.2.6) (2024-10-17) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#154](https://github.com/launchdarkly/sdk-meta/issues/154)) ([2f70168](https://github.com/launchdarkly/sdk-meta/commit/2f70168cfdf31f7fd1ab51315b58d7d19612ecc2)) +* **metadata:** ingest new data and regenerate products ([#156](https://github.com/launchdarkly/sdk-meta/issues/156)) ([2d8f92d](https://github.com/launchdarkly/sdk-meta/commit/2d8f92dce02b756dd4dd9629427b260208b3035b)) + ## [0.2.5](https://github.com/launchdarkly/sdk-meta/compare/api/v0.2.4...api/v0.2.5) (2024-09-27)