diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 3ae1d71..5489478 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { - "api": "0.3.10", - "api-js": "0.1.1" + "api": "0.3.11", + "api-js": "0.1.2" } diff --git a/api-js/CHANGELOG.md b/api-js/CHANGELOG.md index 277eeb9..51bbb9e 100644 --- a/api-js/CHANGELOG.md +++ b/api-js/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.1.2](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.1.1...api-js/v0.1.2) (2025-01-21) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#217](https://github.com/launchdarkly/sdk-meta/issues/217)) ([f97eb5f](https://github.com/launchdarkly/sdk-meta/commit/f97eb5f08ef377c3a16603cbdd068715777222e4)) +* **metadata:** ingest new data and regenerate products ([#219](https://github.com/launchdarkly/sdk-meta/issues/219)) ([c60f06f](https://github.com/launchdarkly/sdk-meta/commit/c60f06fcb981f647149bf26a3f6d42b24660dca7)) +* **metadata:** ingest new data and regenerate products ([#224](https://github.com/launchdarkly/sdk-meta/issues/224)) ([e1ee23d](https://github.com/launchdarkly/sdk-meta/commit/e1ee23dcc05e5cf9e931fc6bb824eef6673dc3a5)) + ## [0.1.1](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.1.0...api-js/v0.1.1) (2024-12-16) diff --git a/api-js/package.json b/api-js/package.json index 9b8b701..f278b07 100644 --- a/api-js/package.json +++ b/api-js/package.json @@ -1,6 +1,6 @@ { "name": "@launchdarkly/sdk-meta", - "version": "0.1.1", + "version": "0.1.2", "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 f3d8998..44e4b12 100644 --- a/api/CHANGELOG.md +++ b/api/CHANGELOG.md @@ -1,5 +1,14 @@ # Changelog +## [0.3.11](https://github.com/launchdarkly/sdk-meta/compare/api/v0.3.10...api/v0.3.11) (2025-01-21) + + +### Bug Fixes + +* **metadata:** ingest new data and regenerate products ([#217](https://github.com/launchdarkly/sdk-meta/issues/217)) ([f97eb5f](https://github.com/launchdarkly/sdk-meta/commit/f97eb5f08ef377c3a16603cbdd068715777222e4)) +* **metadata:** ingest new data and regenerate products ([#219](https://github.com/launchdarkly/sdk-meta/issues/219)) ([c60f06f](https://github.com/launchdarkly/sdk-meta/commit/c60f06fcb981f647149bf26a3f6d42b24660dca7)) +* **metadata:** ingest new data and regenerate products ([#224](https://github.com/launchdarkly/sdk-meta/issues/224)) ([e1ee23d](https://github.com/launchdarkly/sdk-meta/commit/e1ee23dcc05e5cf9e931fc6bb824eef6673dc3a5)) + ## [0.3.10](https://github.com/launchdarkly/sdk-meta/compare/api/v0.3.9...api/v0.3.10) (2024-12-16)