Skip to content

Commit

Permalink
chore(release): release packages from branch main (#300)
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 16, 2025
1 parent 3ef292a commit 0cb2bfe
Show file tree
Hide file tree
Showing 4 changed files with 10 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.30",
"runtimes": "0.2.31",
"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.

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

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


### Features

* adding support for readFileSync method in workspace.fs ([#299](https://github.com/aws/language-server-runtimes/issues/299)) ([3ef292a](https://github.com/aws/language-server-runtimes/commit/3ef292a483d0f41e804511e1d951e09f5da36d46))

## [0.2.30](https://github.com/aws/language-server-runtimes/compare/language-server-runtimes/v0.2.29...language-server-runtimes/v0.2.30) (2025-01-07)


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

0 comments on commit 0cb2bfe

Please sign in to comment.