Skip to content

Commit 2dbb029

Browse files
committed
Preparing for Version 0.0.30
But the vsix does not seem to work.
1 parent 0c6d265 commit 2dbb029

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
### 0.0.30
2+
3+
* Bundle using webpack (@chrismwendt)
4+
* Bump protocol version to 3.15 prerelease (@alanz)
5+
This allows working progress reporting from hie.
6+
* Update casesplit plugin (@Avi-D-coder)
7+
18
### 0.0.29
29

310
* bump protocol version to 3.15 (prerelease) (@alanz)

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.29",
5+
"version": "0.0.30",
66
"license": "MIT",
77
"publisher": "alanz",
88
"engines": {

0 commit comments

Comments
 (0)