From 1ae0036c43b80d2aeaed91d50c5ab4a5546dda90 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 9 Aug 2024 09:07:11 -0700 Subject: [PATCH] chore(main): release api 0.1.2 (#130) 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 7186118..6d78bd8 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - "api": "0.1.1" + "api": "0.1.2" } diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 3063b7e..2e3bee6 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.2](https://github.com/launchdarkly/sdk-meta/compare/api/v0.1.1...api/v0.1.2) (2024-08-09) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#129](https://github.com/launchdarkly/sdk-meta/issues/129)) ([ad3a729](https://github.com/launchdarkly/sdk-meta/commit/ad3a729bbe97e023a6515e85e18f6ae6e1dd7734)) + ## [0.1.1](https://github.com/launchdarkly/sdk-meta/compare/api/v0.1.0...api/v0.1.1) (2024-08-04)