Skip to content

Commit 67d2932

Browse files
committed
v1.7.0
1 parent 304d060 commit 67d2932

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

77
## [Unreleased]
88

9+
## [1.7.0] - 2022-07-16
10+
911
### Added
1012

1113
- Reintroduced support for workspace diagnostics, with proper streaming support. Enable `luau-lsp.diagnostics.workspace` for project wide diagnostics.

editors/code/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.

editors/code/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"sponsor": {
1818
"url": "https://github.com/sponsors/JohnnyMorganz"
1919
},
20-
"version": "1.6.0",
20+
"version": "1.7.0",
2121
"engines": {
2222
"vscode": "^1.67.0"
2323
},
@@ -186,4 +186,4 @@
186186
"node-fetch": "^3.2.4",
187187
"vscode-languageclient": "^8.0.2"
188188
}
189-
}
189+
}

0 commit comments

Comments
 (0)