Skip to content

Commit

Permalink
bump up to 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-re committed Jun 18, 2020
1 parent afc5ec4 commit 24fbbb6
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 13 deletions.
10 changes: 0 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -254,13 +254,3 @@ method: workspace/executeCommand
command: fixAllFixableProblems
arguments: string(document uri)
```

### TODO

- [x] SELECT
- [x] INSERT
- [x] UPDATE
- [x] DELETE
- [x] ssh port forwarding
- [x] Lint
- [ ] Beautify
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "sql-language-server",
"displayName": "SQL Language Server",
"description": "SQL Language Server Extension for VSC",
"version": "0.8.0",
"version": "0.9.1",
"main": "./packages/client/out/extension",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sql-language-server",
"version": "0.8.0",
"version": "0.9.1",
"main": "index.js",
"bin": {
"sql-language-server": "./dist/cli.js"
Expand Down
2 changes: 1 addition & 1 deletion packages/sqlint/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqlint",
"version": "0.8.0",
"version": "0.9.1",
"main": "dist/index",
"bin": {
"sqlint": "bin/cli.js"
Expand Down

0 comments on commit 24fbbb6

Please sign in to comment.