Skip to content

Commit f292eec

Browse files
suprajavenSupraja Venkatesh
and
Supraja Venkatesh
authored
Version bump to include changes for adding custom service in JSON and YAML LSP Server (#440)
Co-authored-by: Supraja Venkatesh <suprajav@amazon.com>
1 parent f407bf4 commit f292eec

File tree

5 files changed

+10
-4
lines changed

5 files changed

+10
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/aws-lsp-json/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[0.0.1] - 2024-06-07
22

33
- Intial release of the JSON LSP Server
4+
[0.1.0] - 2024-08-27
5+
6+
- Updates to include customizable LSP Service

server/aws-lsp-json/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/lsp-json",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "JSON Language Server",
55
"main": "out/index.js",
66
"repository": {

server/aws-lsp-yaml/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
11
[0.0.1] - 2024-06-07
22

33
- Intial release of the YAML LSP Server
4+
[0.1.0] - 2024-08-27
5+
6+
- Changes to include custom YAML LSP Service

server/aws-lsp-yaml/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@aws/lsp-yaml",
3-
"version": "0.0.1",
3+
"version": "0.1.0",
44
"description": "YAML Language Server",
55
"main": "out/index.js",
66
"repository": {

0 commit comments

Comments
 (0)