Skip to content

Commit 00791e8

Browse files
committed
Prepare release 2.2.1
1 parent 0f1329e commit 00791e8

File tree

3 files changed

+64
-1
lines changed

3 files changed

+64
-1
lines changed

Changelog.md

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

3+
## 2.2.1
4+
5+
- Bump Dev Dependencies and lanugageclient
6+
([#657](https://github.com/haskell/vscode-haskell/pull/633)) by @fendor
7+
- Bump @vscode/test-electron from 2.1.3 to 2.1.5
8+
([#656](https://github.com/haskell/vscode-haskell/pull/656)) by @dependabot[bot]
9+
- Bump eslint from 8.19.0 to 8.20.0
10+
([#655](https://github.com/haskell/vscode-haskell/pull/655)) by @dependabot[bot]
11+
- Bump glob from 7.2.0 to 8.0.3
12+
([#654](https://github.com/haskell/vscode-haskell/pull/654)) by @dependabot[bot]
13+
- Bump lru-cache and @types/lru-cache
14+
([#653](https://github.com/haskell/vscode-haskell/pull/653)) by @dependabot[bot]
15+
- Bump ts-pattern from 4.0.2 to 4.0.5
16+
([#652](https://github.com/haskell/vscode-haskell/pull/652)) by @dependabot[bot]
17+
- Bump terser from 5.13.0 to 5.14.2
18+
([#651](https://github.com/haskell/vscode-haskell/pull/651)) by @dependabot[bot]
19+
- Bump cheerio from 1.0.0-rc.10 to 1.0.0-rc.12
20+
([#647](https://github.com/haskell/vscode-haskell/pull/647)) by @dependabot[bot]
21+
- Bump webpack from 5.72.0 to 5.73.0
22+
([#646](https://github.com/haskell/vscode-haskell/pull/646)) by @dependabot[bot]
23+
- Bump @typescript-eslint/parser from 5.21.0 to 5.30.6
24+
([#645](https://github.com/haskell/vscode-haskell/pull/645)) by @dependabot[bot]
25+
- Bump webpack-cli from 4.9.2 to 4.10.0
26+
([#644](https://github.com/haskell/vscode-haskell/pull/644)) by @dependabot[bot]
27+
- Bump @types/vscode from 1.66.0 to 1.69.0
28+
([#643](https://github.com/haskell/vscode-haskell/pull/643)) by @dependabot[bot]
29+
- Bump @types/node from 17.0.29 to 18.0.4
30+
([#642](https://github.com/haskell/vscode-haskell/pull/642)) by @dependabot[bot]
31+
- Bump husky from 7.0.4 to 8.0.1
32+
([#641](https://github.com/haskell/vscode-haskell/pull/641)) by @dependabot[bot]
33+
- Bump ts-loader from 9.2.9 to 9.3.1
34+
([#640](https://github.com/haskell/vscode-haskell/pull/640)) by @dependabot[bot]
35+
- Bump @typescript-eslint/eslint-plugin from 5.21.0 to 5.30.6
36+
([#638](https://github.com/haskell/vscode-haskell/pull/638)) by @dependabot[bot]
37+
- Bump eslint from 8.14.0 to 8.19.0
38+
([#637](https://github.com/haskell/vscode-haskell/pull/637)) by @dependabot[bot]
39+
- Bump haskell/actions from 1 to 2
40+
([#636](https://github.com/haskell/vscode-haskell/pull/636)) by @dependabot[bot]
41+
- Bump actions/checkout from 2 to 3
42+
([#635](https://github.com/haskell/vscode-haskell/pull/635)) by @dependabot[bot]
43+
- Bump actions/setup-node from 1 to 3
44+
([#634](https://github.com/haskell/vscode-haskell/pull/634)) by @dependabot[bot]
45+
- Add dependabot.yml
46+
([#633](https://github.com/haskell/vscode-haskell/pull/633)) by @fendor
47+
- Replace x32 with ia32 for Architecture matching
48+
([#631](https://github.com/haskell/vscode-haskell/pull/631)) by @fendor
49+
- Toolchain management dialog: add hint for beginners
50+
([#621](https://github.com/haskell/vscode-haskell/pull/621)) by @runeksvendsen
51+
- Fix trace.server option
52+
([#617](https://github.com/haskell/vscode-haskell/pull/617)) by @coltenwebb
53+
- Add TOC
54+
([#615](https://github.com/haskell/vscode-haskell/pull/615)) by @hasufell
55+
- Cleanups
56+
([#605](https://github.com/haskell/vscode-haskell/pull/605)) by @hasufell
57+
- Link to VSCode settings page
58+
([#603](https://github.com/haskell/vscode-haskell/pull/603)) by @hasufell
59+
- Refactor toInstall shenanigans
60+
([#600](https://github.com/haskell/vscode-haskell/pull/600)) by @hasufell
61+
- Fix confusing download dialog popup
62+
([#599](https://github.com/haskell/vscode-haskell/pull/599)) by @hasufell
63+
- More troubleshooting
64+
([#598](https://github.com/haskell/vscode-haskell/pull/598)) by @hasufell
65+
366
## 2.2.0
467

568
- Bump version to 2.2.0 (Syncs up pre-release and release version)

GenChangelogs.hs

100644100755
File mode changed.

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

0 commit comments

Comments
 (0)