Skip to content

Commit 05a3f62

Browse files
committed
Releasing lsp-partiql 0.0.4
1 parent 7eb407b commit 05a3f62

File tree

4 files changed

+8
-5
lines changed

4 files changed

+8
-5
lines changed

app/aws-lsp-partiql-runtimes/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
},
1313
"dependencies": {
1414
"@aws/language-server-runtimes": "^0.2.14",
15-
"@aws/lsp-partiql": "^0.0.3"
15+
"@aws/lsp-partiql": "^0.0.4"
1616
},
1717
"devDependencies": {
1818
"ts-loader": "^9.4.4",

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-partiql/CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
11
# Changelog
22

3+
## [0.0.4] - 2024-09-03
4+
- Features: add PRIMARY KEY and table options support PartiQL server grammar
5+
36
## [0.0.3] - 2024-07-31
47
- Features: Add syntax-highlighting, keywords hovering, function signature help and auto-completion support to this server
58

69
## [0.0.2] - 2024-06-18
710
- Fix: don't report diagnostics for quoted identifiers
811

912
## [0.0.1] - 2024-05-31
10-
- Initial release of PArtiQL Language Server implementation
13+
- Initial release of PArtiQL Language Server implementation

server/aws-lsp-partiql/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"author": "Amazon Web Services",
44
"license": "Apache-2.0",
55
"description": "PartiQL language server",
6-
"version": "0.0.3",
6+
"version": "0.0.4",
77
"repository": {
88
"type": "git",
99
"url": "https://github.com/aws/language-servers"

0 commit comments

Comments
 (0)