Skip to content

Commit

Permalink
chore: bump version to v0.5.3
Browse files Browse the repository at this point in the history
Update the package version and changelog for the `0.5.3 - 2022-09-20`
release.
  • Loading branch information
antico5 committed Sep 20, 2022
1 parent 40967d0 commit 0ee91ed
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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.3 - 2022-09-20

### Added

- Added support for remappings.txt file ([#237](https://github.com/NomicFoundation/hardhat-vscode/pull/237))
- Add forge formatter as a formatting option ([#239](https://github.com/NomicFoundation/hardhat-vscode/pull/239))
- Auto insert semicolon on import completion ([#104](https://github.com/NomicFoundation/hardhat-vscode/pull/104))

### Fixed

- Opening hardhat.config file fails on vscode web ([#227](https://github.com/NomicFoundation/hardhat-vscode/issues/227))
- Incorrect diagnostic ranges on files with multibyte unicode characters ([#248](https://github.com/NomicFoundation/hardhat-vscode/issues/248))

## 0.5.2 - 2022-09-08

### 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.2",
"version": "0.5.3",
"private": true,
"main": "./client/out/extension.js",
"module": "./client/out/extension.js",
Expand Down

0 comments on commit 0ee91ed

Please sign in to comment.