Skip to content

Commit

Permalink
chore(release): release packages from branch main (#339)
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 Feb 24, 2025
1 parent 3f0a826 commit cbc19cd
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"chat-client-ui-types": "0.1.2",
"runtimes": "0.2.36",
"runtimes": "0.2.37",
"types": "0.1.1"
}
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

12 changes: 12 additions & 0 deletions runtimes/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.37](https://github.com/aws/language-server-runtimes/compare/language-server-runtimes/v0.2.36...language-server-runtimes/v0.2.37) (2025-02-24)


### Features

* add opt-out mechanism to operational telemetry ([#330](https://github.com/aws/language-server-runtimes/issues/330)) ([0de11b1](https://github.com/aws/language-server-runtimes/commit/0de11b10b5556848633df351defe84350c7b5da1))


### Bug Fixes

* moving the telemetry logging for initialization options to the l… ([#337](https://github.com/aws/language-server-runtimes/issues/337)) ([3f0a826](https://github.com/aws/language-server-runtimes/commit/3f0a8262ea8e809341ffce4f503517339267917b))

## [0.2.36](https://github.com/aws/language-server-runtimes/compare/language-server-runtimes/v0.2.35...language-server-runtimes/v0.2.36) (2025-02-18)


Expand Down
2 changes: 1 addition & 1 deletion runtimes/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@aws/language-server-runtimes",
"version": "0.2.36",
"version": "0.2.37",
"description": "Runtimes to host Language Servers for AWS",
"files": [
"out",
Expand Down

0 comments on commit cbc19cd

Please sign in to comment.