Skip to content

Commit a3bc083

Browse files
committed
Prepare release 2.2.1
1 parent 9beeea6 commit a3bc083

File tree

3 files changed

+78
-1
lines changed

3 files changed

+78
-1
lines changed

Changelog.md

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

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

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

GenChangelogs.hs

100644100755
File mode changed.

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

0 commit comments

Comments
 (0)