Skip to content

Commit

Permalink
Version 0.13.2
Browse files Browse the repository at this point in the history
Bump all bumpable dependent packages
  • Loading branch information
EduardSergeev committed May 19, 2024
1 parent 8231a4c commit 2dba84a
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 10 deletions.
13 changes: 11 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,20 @@
# Change Log
All notable changes to the "Haskutil" extension will be documented in this file.

## [0.13.2] - 2024-05-19
### Fixed
* `Remove unused imports` action when import declaration contains elements with `(..)` ([#40](https://github.com/EduardSergeev/vscode-haskutil/issues/40)):
Fix behaviour of `RemoveUnusedImportProvider` in regards to removal from import lists containing elements with export lists, e.g. `Sum(..)` or `Sum(fromSum)`;
* `Replace wildcard` action under GHC 9.6.5 ([#79](https://github.com/EduardSergeev/vscode-haskutil/issues/79)):
Fix `TypeWildcardProvider` behavior when running with latest GHC handling changes in corresponding GHC error message format;
### Changed
* Switch `branch` CI build to run tests against the latest GHC

## [0.13.1] - 2024-05-11
### Fixed
* Intermittent test failures
Failures with "Cancelled" error message
* CHANELOG formatting
Failures with `Cancelled` error message
* `CHANELOG` formatting

## [0.13.0] - 2024-05-07
### Added
Expand Down
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "haskutil",
"displayName": "Haskutil",
"description": "'QuickFix' actions for Haskell editor",
"version": "0.13.1",
"version": "0.13.2",
"publisher": "Edka",
"icon": "images/Haskutil-logo.png",
"repository": {
Expand Down Expand Up @@ -256,7 +256,7 @@
"@istanbuljs/nyc-config-typescript": "1.0.2",
"@types/chai": "4.3.16",
"@types/mocha": "10.0.6",
"@types/node": "20.12.11",
"@types/node": "20.12.12",
"@types/vscode": "1.48.0",
"@vscode/vsce": "2.26.1",
"@vscode/test-electron": "2.3.9",
Expand Down

0 comments on commit 2dba84a

Please sign in to comment.