Skip to content

Commit c9fbf25

Browse files
committed
Preparingfor 0.0.28
1 parent 2f304a6 commit c9fbf25

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Changelog.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### 0.0.28
2+
3+
* remove unused `lsp` flag (@bubba)
4+
* do not start `hie` if `hie-wrapper` crashes (@bubba)
5+
* Expose diagnosticsOnChange option for settings (Frederik Ramcke)
6+
* Avoid CVE on `extend` package
7+
* Enable displaying window progress (@bubba)
8+
19
### 0.0.27
210

311
* Re-enable search feature for documentation (@anonimitoraf)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "vscode-hie-server",
33
"displayName": "Haskell Language Server",
44
"description": "Language Server Protocol for Haskell via HIE",
5-
"version": "0.0.27",
5+
"version": "0.0.28",
66
"license": "MIT",
77
"publisher": "alanz",
88
"engines": {

0 commit comments

Comments
 (0)