diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fdb5777..a5fb560 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,4 +1,4 @@ { "api": "0.3.9", - "api-js": "0.0.10" + "api-js": "0.1.0" } diff --git a/api-js/CHANGELOG.md b/api-js/CHANGELOG.md index 06d82d7..706ee40 100644 --- a/api-js/CHANGELOG.md +++ b/api-js/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.0](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.0.10...api-js/v0.1.0) (2024-12-12) + + +### Features + +* add releases product to api-js ([#209](https://github.com/launchdarkly/sdk-meta/issues/209)) ([7bfe62d](https://github.com/launchdarkly/sdk-meta/commit/7bfe62ddd7f7926a7616a4915a4e4d87c1938e12)) + ## [0.0.10](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.0.9...api-js/v0.0.10) (2024-12-11) diff --git a/api-js/package.json b/api-js/package.json index ccaef5c..7b668cf 100644 --- a/api-js/package.json +++ b/api-js/package.json @@ -1,6 +1,6 @@ { "name": "@launchdarkly/sdk-meta", - "version": "0.0.10", + "version": "0.1.0", "description": "LaunchDarkly SDK Metadata", "license": "Apache-2.0", "homepage": "https://github.com/launchdarkly/sdk-meta/tree/main",