Skip to content

Commit 95a5711

Browse files
authored
Merge pull request #906 from VeryMilkyJoe/prepare-release-2.4.0
Prepare release 2.4.0
2 parents e501edc + c9c768d commit 95a5711

File tree

2 files changed

+63
-1
lines changed

2 files changed

+63
-1
lines changed

Changelog.md

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

3+
## 2.4.0
4+
5+
- Simplify tests
6+
([#904](https://github.com/haskell/vscode-haskell/pull/904)) by @July541
7+
- Bump webpack from 5.83.1 to 5.88.1
8+
([#902](https://github.com/haskell/vscode-haskell/pull/902)) by @dependabot[bot]
9+
- Bump glob from 10.2.2 to 10.3.1
10+
([#901](https://github.com/haskell/vscode-haskell/pull/901)) by @dependabot[bot]
11+
- Bump @typescript-eslint/parser from 5.57.1 to 5.60.1
12+
([#900](https://github.com/haskell/vscode-haskell/pull/900)) by @dependabot[bot]
13+
- Bump prettier from 2.8.7 to 2.8.8
14+
([#899](https://github.com/haskell/vscode-haskell/pull/899)) by @dependabot[bot]
15+
- Remove unused code
16+
([#898](https://github.com/haskell/vscode-haskell/pull/898)) by @fendor
17+
- Remove hoogle command from vscode extension
18+
([#896](https://github.com/haskell/vscode-haskell/pull/896)) by @fendor
19+
- Bump semver from 7.3.8 to 7.5.3
20+
([#895](https://github.com/haskell/vscode-haskell/pull/895)) by @dependabot[bot]
21+
- Bump @types/vscode from 1.77.0 to 1.79.1
22+
([#892](https://github.com/haskell/vscode-haskell/pull/892)) by @dependabot[bot]
23+
- Bump @vscode/test-electron from 2.3.0 to 2.3.3
24+
([#890](https://github.com/haskell/vscode-haskell/pull/890)) by @dependabot[bot]
25+
- Update readme
26+
([#886](https://github.com/haskell/vscode-haskell/pull/886)) by @VeryMilkyJoe
27+
- Bump which from 3.0.0 to 3.0.1
28+
([#883](https://github.com/haskell/vscode-haskell/pull/883)) by @dependabot[bot]
29+
- Bump webpack from 5.82.0 to 5.83.1
30+
([#881](https://github.com/haskell/vscode-haskell/pull/881)) by @dependabot[bot]
31+
- Fix broken tests
32+
([#880](https://github.com/haskell/vscode-haskell/pull/880)) by @July541
33+
- Bump @typescript-eslint/eslint-plugin from 5.59.1 to 5.59.5
34+
([#877](https://github.com/haskell/vscode-haskell/pull/877)) by @dependabot[bot]
35+
- Bump webpack-cli from 5.1.0 to 5.1.1
36+
([#876](https://github.com/haskell/vscode-haskell/pull/876)) by @dependabot[bot]
37+
- Update README.md: clarify how to use Stack with vscode-haskell extension
38+
([#874](https://github.com/haskell/vscode-haskell/pull/874)) by @miguel-negrao
39+
- Remove debugger tools from CI
40+
([#873](https://github.com/haskell/vscode-haskell/pull/873)) by @fendor
41+
- Refactor tests to work correctly
42+
([#872](https://github.com/haskell/vscode-haskell/pull/872)) by @July541
43+
- Bump webpack-cli from 5.0.1 to 5.1.0
44+
([#868](https://github.com/haskell/vscode-haskell/pull/868)) by @dependabot[bot]
45+
- Bump @types/node from 18.15.11 to 20.1.0
46+
([#867](https://github.com/haskell/vscode-haskell/pull/867)) by @dependabot[bot]
47+
- Bump webpack from 5.81.0 to 5.82.0
48+
([#866](https://github.com/haskell/vscode-haskell/pull/866)) by @dependabot[bot]
49+
- Bump webpack from 5.80.0 to 5.81.0
50+
([#863](https://github.com/haskell/vscode-haskell/pull/863)) by @dependabot[bot]
51+
- Bump @typescript-eslint/eslint-plugin from 5.57.1 to 5.59.1
52+
([#862](https://github.com/haskell/vscode-haskell/pull/862)) by @dependabot[bot]
53+
- Bump glob from 10.0.0 to 10.2.2
54+
([#861](https://github.com/haskell/vscode-haskell/pull/861)) by @dependabot[bot]
55+
- Bump webpack from 5.78.0 to 5.80.0
56+
([#860](https://github.com/haskell/vscode-haskell/pull/860)) by @dependabot[bot]
57+
- Bump vscode-languageclient from 7.0.0 to 8.1.0
58+
([#857](https://github.com/haskell/vscode-haskell/pull/857)) by @dependabot[bot]
59+
- Bump eslint-webpack-plugin from 4.0.0 to 4.0.1
60+
([#856](https://github.com/haskell/vscode-haskell/pull/856)) by @dependabot[bot]
61+
- Downgrade vscode language client to 7.0.0
62+
([#853](https://github.com/haskell/vscode-haskell/pull/853)) by @fendor
63+
- Update badge url for VSCode Marketplace
64+
([#851](https://github.com/haskell/vscode-haskell/pull/851)) by @fendor
365

466
## 2.2.4
567

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

0 commit comments

Comments
 (0)