Skip to content

Commit

Permalink
chore(release): release packages from branch main (#305)
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 c8cba74 commit 2122021
Show file tree
Hide file tree
Showing 4 changed files with 16 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.31",
"runtimes": "0.2.32",
"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.

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

## [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)


### Features

* **runtimes:** extend lsp with didSaveTextDocument and lsp.worksapce with didCreateFiles, didDeleteFiles and didRenameFiles ([e8df283](https://github.com/aws/language-server-runtimes/commit/e8df28359cdca9efdaf05dd963ef52d7fc45531b))


### Bug Fixes

* handling of aws object of initializationOptions and initialize error handling ([#306](https://github.com/aws/language-server-runtimes/issues/306)) ([f71547a](https://github.com/aws/language-server-runtimes/commit/f71547a7a27adb62231e2c096560988a09ff6fea))
* throw error on initialize fail ([#307](https://github.com/aws/language-server-runtimes/issues/307)) ([df148a2](https://github.com/aws/language-server-runtimes/commit/df148a27bf4d84ec3466920848eff3e70bef493a))

## [0.2.31](https://github.com/aws/language-server-runtimes/compare/language-server-runtimes/v0.2.30...language-server-runtimes/v0.2.31) (2025-01-16)


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

0 comments on commit 2122021

Please sign in to comment.