Skip to content

Commit

Permalink
chore: bump version to v0.6.4
Browse files Browse the repository at this point in the history
Update the package version and changelog for the `0.6.4 - 2022-12-15`
release.
  • Loading branch information
antico5 committed Dec 15, 2022
1 parent a4fbc63 commit b0e6b86
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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.6.4 - 2022-12-15

### Added

- Solidity survey 2022 invitation ([#312](https://github.com/NomicFoundation/hardhat-vscode/issues/312))

### Fixed

- Updated hardhat version to latest, fixing validation for solcjs users ([#305](https://github.com/NomicFoundation/hardhat-vscode/issues/305))
- Improved foundry import resolution ([#308](https://github.com/NomicFoundation/hardhat-vscode/pull/308))

## 0.6.3 - 2022-12-01

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

0 comments on commit b0e6b86

Please sign in to comment.