Skip to content

Commit d2e61af

Browse files
chore: release main (#247)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 27d124b commit d2e61af

File tree

4 files changed

+27
-3
lines changed

4 files changed

+27
-3
lines changed

.release-please-manifest.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"api": "0.3.17",
3-
"api-js": "0.1.8"
2+
"api": "0.4.0",
3+
"api-js": "0.2.0"
44
}

api-js/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.2.0](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.1.8...api-js/v0.2.0) (2025-04-08)
4+
5+
6+
### Features
7+
8+
* Add support for user agents and wrapper names. ([#246](https://github.com/launchdarkly/sdk-meta/issues/246)) ([737a080](https://github.com/launchdarkly/sdk-meta/commit/737a08007230849ff66acb0ac510adeaec9dbc77))
9+
10+
11+
### Bug Fixes
12+
13+
* **metadata:** ingest new data and regenerate products ([#248](https://github.com/launchdarkly/sdk-meta/issues/248)) ([27d124b](https://github.com/launchdarkly/sdk-meta/commit/27d124b1b2f463576f97214c0ecbc66feeccd655))
14+
315
## [0.1.8](https://github.com/launchdarkly/sdk-meta/compare/api-js/v0.1.7...api-js/v0.1.8) (2025-04-07)
416

517

api-js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@launchdarkly/sdk-meta",
3-
"version": "0.1.8",
3+
"version": "0.2.0",
44
"description": "LaunchDarkly SDK Metadata",
55
"license": "Apache-2.0",
66
"homepage": "https://github.com/launchdarkly/sdk-meta/tree/main",

api/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.4.0](https://github.com/launchdarkly/sdk-meta/compare/api/v0.3.17...api/v0.4.0) (2025-04-08)
4+
5+
6+
### Features
7+
8+
* Add support for user agents and wrapper names. ([#246](https://github.com/launchdarkly/sdk-meta/issues/246)) ([737a080](https://github.com/launchdarkly/sdk-meta/commit/737a08007230849ff66acb0ac510adeaec9dbc77))
9+
10+
11+
### Bug Fixes
12+
13+
* **metadata:** ingest new data and regenerate products ([#248](https://github.com/launchdarkly/sdk-meta/issues/248)) ([27d124b](https://github.com/launchdarkly/sdk-meta/commit/27d124b1b2f463576f97214c0ecbc66feeccd655))
14+
315
## [0.3.17](https://github.com/launchdarkly/sdk-meta/compare/api/v0.3.16...api/v0.3.17) (2025-04-07)
416

517

0 commit comments

Comments
 (0)