diff --git a/.release-please-manifest.json b/.release-please-manifest.json index a5fb560..3ae1d71 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "api": "0.3.9", - "api-js": "0.1.0" + "api": "0.3.10", + "api-js": "0.1.1" } diff --git a/api-js/CHANGELOG.md b/api-js/CHANGELOG.md index 706ee40..277eeb9 100644 --- a/api-js/CHANGELOG.md +++ b/api-js/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.1](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.1.0...api-js/v0.1.1) (2024-12-16) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#212](https://github.com/launchdarkly/sdk-meta/issues/212)) ([e402ab4](https://github.com/launchdarkly/sdk-meta/commit/e402ab4fc70c6defadca9d0ac50d9b633ca9e4d7)) + ## [0.1.0](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.0.10...api-js/v0.1.0) (2024-12-12) diff --git a/api-js/package.json b/api-js/package.json index 7b668cf..9b8b701 100644 --- a/api-js/package.json +++ b/api-js/package.json @@ -1,6 +1,6 @@ { "name": "@launchdarkly/sdk-meta", - "version": "0.1.0", + "version": "0.1.1", "description": "LaunchDarkly SDK Metadata", "license": "Apache-2.0", "homepage": "https://github.com/launchdarkly/sdk-meta/tree/main", diff --git a/api/CHANGELOG.md b/api/CHANGELOG.md index 46929e2..f3d8998 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.10](https://github.com/launchdarkly/sdk-meta/compare/api/v0.3.9...api/v0.3.10) (2024-12-16) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#212](https://github.com/launchdarkly/sdk-meta/issues/212)) ([e402ab4](https://github.com/launchdarkly/sdk-meta/commit/e402ab4fc70c6defadca9d0ac50d9b633ca9e4d7)) + ## [0.3.9](https://github.com/launchdarkly/sdk-meta/compare/api/v0.3.8...api/v0.3.9) (2024-12-11)