Skip to content

Commit

Permalink
Merge pull request #580 from fendor/release/2.1.1
Browse files Browse the repository at this point in the history
Prepare pre-release 2.1.1
  • Loading branch information
fendor authored Apr 13, 2022
2 parents 5292056 + 86652ff commit b73493f
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions Changelog.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog for vscode-haskell

## 2.1.1 (Pre-release)

- Add Tool class and print stacktraces
([#579](https://github.com/haskell/vscode-haskell/pull/579)) by @fendor
- List Env Vars we care about only
([#578](https://github.com/haskell/vscode-haskell/pull/578)) by @fendor

## 2.1.0 (Pre-release)

- Prepare pre-release 2.1.0
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "haskell",
"displayName": "Haskell",
"description": "Haskell language support powered by the Haskell Language Server",
"version": "2.1.0",
"version": "2.1.1",
"license": "MIT",
"publisher": "haskell",
"engines": {
Expand Down

0 comments on commit b73493f

Please sign in to comment.