Skip to content

Commit 0880560

Browse files
committed
Prepare release 2.6.0
1 parent 65ab69e commit 0880560

File tree

3 files changed

+141
-159
lines changed

3 files changed

+141
-159
lines changed

Changelog.md

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

3+
## 2.6.0
4+
5+
- Add cabalFormattingProvider to package.json
6+
([#1100](https://github.com/haskell/vscode-haskell/pull/1100)) by @fendor
7+
- Prepare 2.4.4
8+
([#1083](https://github.com/haskell/vscode-haskell/pull/1083)) by @fendor
9+
310
## 2.5.3
411

512
- Split out packaging action

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

0 commit comments

Comments
 (0)