Skip to content

Commit f870cb4

Browse files
committed
Prepare release 2.2.4
1 parent 054c315 commit f870cb4

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

Changelog.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog for vscode-haskell
22

3+
4+
## 2.2.4
5+
6+
- Downgrade vscode language client to 7.0.0
7+
([#843](https://github.com/haskell/vscode-haskell/pull/853)) by @fendor
8+
39
## 2.2.3
410

511
- Prepare release 2.2.3

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": "2.2.3",
5+
"version": "2.2.4",
66
"license": "MIT",
77
"publisher": "haskell",
88
"engines": {

0 commit comments

Comments
 (0)