Skip to content

Commit

Permalink
Version 0.12.3
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardSergeev committed Aug 31, 2023
1 parent d00670c commit 946d93a
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to the "Haskutil" extension will be documented in this file.

## [0.12.3] - 2023-08-31
### Added
* `Supported dependent extension check` test:
Test the situation when non of the extensions listed in `haskutil.supportedDependencies` setting are currently installed

## [0.12.2] - 2023-08-31
### Changed
* `Dependency not installed` warning message extension links:
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion 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.12.2",
"version": "0.12.3",
"publisher": "Edka",
"repository": {
"url": "https://github.com/EduardSergeev/vscode-haskutil"
Expand Down

0 comments on commit 946d93a

Please sign in to comment.