Skip to content

Commit 67c467e

Browse files
authored
Merge pull request #472 from jneira/prepare-1.7.1
Prepare 1.7.1
2 parents 3f8c5ae + 5a1c74d commit 67c467e

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Changelog.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
### 1.7.1
2+
3+
- Bug fix release due to #471 and fixed with #469 thanks to [@berberman](https://github.com/berberman)
4+
15
### 1.7.0
26

37
- Add an option to set server command line arguments thanks to [@cdsmith](https://github.com/cdsmith) <https://github.com/haskell/vscode-haskell/pull/464>

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "haskell",
33
"displayName": "Haskell",
44
"description": "Haskell language support powered by the Haskell Language Server",
5-
"version": "1.7.0",
5+
"version": "1.7.1",
66
"license": "MIT",
77
"publisher": "haskell",
88
"engines": {

0 commit comments

Comments
 (0)