Skip to content

Commit ba18db4

Browse files
authored
Merge pull request #171 from alanz/prepare-0.0.30
Preparing for Version 0.0.30
2 parents 0c6d265 + b9f4f33 commit ba18db4

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-2
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: 2 additions & 2 deletions
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": {
@@ -24,7 +24,7 @@
2424
"theme": "dark"
2525
},
2626
"activationEvents": ["onLanguage:haskell", "onLanguage:literate haskell"],
27-
"main": "./out/src/extension",
27+
"main": "./dist/extension",
2828
"contributes": {
2929
"languages": [
3030
{

0 commit comments

Comments
 (0)