From 6f7096b96cdc9cd9b1c7857d72dbd7b5d5a2ffa2 Mon Sep 17 00:00:00 2001 From: Fendor Date: Sat, 2 Dec 2023 12:29:11 +0100 Subject: [PATCH] Prepare release 2.4.2 --- Changelog.md | 11 +++++++++++ package.json | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) diff --git a/Changelog.md b/Changelog.md index 628298e3..e7cc3fc7 100644 --- a/Changelog.md +++ b/Changelog.md @@ -5,6 +5,17 @@ - Add tracking of cabal files ([#618](https://github.com/haskell/vscode-haskell/pull/618)) by @fendor +## 2.4.2 + +- Probe for GHCup binary wrt #962 + ([#963](https://github.com/haskell/vscode-haskell/pull/963)) by @hasufell +- Bump old hls version and upgrade test runner to macos-latest + ([#960](https://github.com/haskell/vscode-haskell/pull/960)) by @July541 +- Increse time limitation to make test on Windows more stable + ([#959](https://github.com/haskell/vscode-haskell/pull/959)) by @July541 +- Update release docs for refreshing CI tokens + ([#942](https://github.com/haskell/vscode-haskell/pull/942)) by @fendor + ## 2.4.1 - Downgrade vscode-languageclient diff --git a/package.json b/package.json index 6f2098e0..8103fcce 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "haskell", "displayName": "Haskell", "description": "Haskell language support powered by the Haskell Language Server", - "version": "2.5.0", + "version": "2.4.2", "license": "MIT", "publisher": "haskell", "engines": {