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)