Skip to content

Commit

Permalink
chore: bump version to v0.5.4
Browse files Browse the repository at this point in the history
Update the package version and changelog for the `0.5.4 - 2022-09-27`
release.
  • Loading branch information
antico5 committed Sep 27, 2022
1 parent 475daa5 commit bd29eb2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).

## 0.5.4 - 2022-09-27

### Fixed

- Validation not working on windows with the latest hardhat version ([#264](https://github.com/NomicFoundation/hardhat-vscode/issues/264))

## 0.5.3 - 2022-09-21

### Added
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"displayName": "Solidity",
"description": "Solidity and Hardhat support by the Hardhat team",
"license": "MIT",
"version": "0.5.3",
"version": "0.5.4",
"private": true,
"main": "./client/out/extension.js",
"module": "./client/out/extension.js",
Expand Down

0 comments on commit bd29eb2

Please sign in to comment.