Skip to content

Commit

Permalink
chore(release): release packages from branch main (#311)
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 Jan 28, 2025
1 parent e97456d commit 2b5e089
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.32",
"runtimes": "0.2.33",
"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.33](https://github.com/aws/language-server-runtimes/compare/language-server-runtimes/v0.2.32...language-server-runtimes/v0.2.33) (2025-01-28)


### Features

* add save option to initializeResult to allow LSP server to listen to save file events ([#309](https://github.com/aws/language-server-runtimes/issues/309)) ([d80688f](https://github.com/aws/language-server-runtimes/commit/d80688fe272cedd352a9e5ed8cd13279cad392a7))


### Bug Fixes

* explicit check for initializationOptions and add optional chaining ([#310](https://github.com/aws/language-server-runtimes/issues/310)) ([e97456d](https://github.com/aws/language-server-runtimes/commit/e97456d6d5352042364f860483ea2721fc3268e1))

## [0.2.32](https://github.com/aws/language-server-runtimes/compare/language-server-runtimes/v0.2.31...language-server-runtimes/v0.2.32) (2025-01-27)


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.32",
"version": "0.2.33",
"description": "Runtimes to host Language Servers for AWS",
"files": [
"out",
Expand Down

0 comments on commit 2b5e089

Please sign in to comment.