Skip to content

Commit e3c11ba

Browse files
committed
Bump version to 2.2.0
1 parent 311556e commit e3c11ba

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

Changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog for vscode-haskell
22

3+
## 2.2.0
4+
5+
- Bump version to 2.2.0 (Syncs up pre-release and release version)
6+
([#594](https://github.com/haskell/vscode-haskell/pull/594)) by @hasufell
7+
38
## 2.0.1
49

510
- Bad error message when ghcup is not installed

package.json

Lines changed: 1 addition & 1 deletion
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.0.1",
5+
"version": "2.2.0",
66
"license": "MIT",
77
"publisher": "haskell",
88
"engines": {

0 commit comments

Comments
 (0)