Skip to content

Commit

Permalink
chore: release main (#213)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 16, 2024
1 parent e402ab4 commit cc57b6b
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"api": "0.3.9",
"api-js": "0.1.0"
"api": "0.3.10",
"api-js": "0.1.1"
}
7 changes: 7 additions & 0 deletions api-js/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion api-js/package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
7 changes: 7 additions & 0 deletions api/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down

0 comments on commit cc57b6b

Please sign in to comment.