Skip to content

Commit ec6fefa

Browse files
chore(release): release packages from branch main (#637)
🤖 I have created a release *beep* *boop* --- <details><summary>language-server-runtimes: 0.2.117</summary> ## [0.2.117](language-server-runtimes/v0.2.116...language-server-runtimes/v0.2.117) (2025-07-31) ### Bug Fixes * add open tab params to inline completion protocol ([#638](#638)) ([fcdf0ac](fcdf0ac)) * improve diffs array error msg ([#639](#639)) ([10b0371](10b0371)) * replace path.basename with custom browser-safe implementation ([#636](#636)) ([a2b8532](a2b8532)) </details> --- This PR was generated with [Release Please](https://github.com/googleapis/release-please). See [documentation](https://github.com/googleapis/release-please#release-please). Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent fcdf0ac commit ec6fefa

File tree

4 files changed

+12
-3
lines changed

4 files changed

+12
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"chat-client-ui-types": "0.1.56",
3-
"runtimes": "0.2.116",
3+
"runtimes": "0.2.117",
44
"types": "0.1.50"
55
}

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

runtimes/CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
## [0.2.117](https://github.com/aws/language-server-runtimes/compare/language-server-runtimes/v0.2.116...language-server-runtimes/v0.2.117) (2025-07-31)
4+
5+
6+
### Bug Fixes
7+
8+
* add open tab params to inline completion protocol ([#638](https://github.com/aws/language-server-runtimes/issues/638)) ([fcdf0ac](https://github.com/aws/language-server-runtimes/commit/fcdf0ac24561e32ce079a568b65f9df534e8a140))
9+
* improve diffs array error msg ([#639](https://github.com/aws/language-server-runtimes/issues/639)) ([10b0371](https://github.com/aws/language-server-runtimes/commit/10b037133608610e2edf2b1c4b752b09f3b74580))
10+
* replace path.basename with custom browser-safe implementation ([#636](https://github.com/aws/language-server-runtimes/issues/636)) ([a2b8532](https://github.com/aws/language-server-runtimes/commit/a2b8532e5db15615f7aa0349f4cca8835716e85b))
11+
312
## [0.2.116](https://github.com/aws/language-server-runtimes/compare/language-server-runtimes/v0.2.115...language-server-runtimes/v0.2.116) (2025-07-24)
413

514

runtimes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/language-server-runtimes",
3-
"version": "0.2.116",
3+
"version": "0.2.117",
44
"description": "Runtimes to host Language Servers for AWS",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)