Skip to content

Commit

Permalink
chore: bump version to v0.6.11
Browse files Browse the repository at this point in the history
Update the package version and changelog for the `0.6.11 - 2023-02-23`
release.
kanej committed Feb 23, 2023
1 parent 2ff518b commit 718c9d4
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion client/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -4,7 +4,14 @@ 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.10 - 2023-02-15
## 0.6.11 - 2023-02-23

### Changed

- improve forge fmt speed through caching ([#380](https://github.com/NomicFoundation/hardhat-vscode/issues/380))
- throttle project initalization to cap max cpu usage ([#389](https://github.com/NomicFoundation/hardhat-vscode/issues/389))

## 0.6.10 - 2023-02-20

### Changed

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -4,7 +4,7 @@
"displayName": "Solidity",
"description": "Solidity and Hardhat support by the Hardhat team",
"license": "MIT",
"version": "0.6.10",
"version": "0.6.11",
"private": true,
"main": "./out/extension.js",
"module": "./out/extension.js",
2 changes: 1 addition & 1 deletion coc/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "@ignored/coc-solidity",
"description": "Solidity and Hardhat support for coc.nvim",
"license": "MIT",
"version": "0.6.10",
"version": "0.6.11",
"author": "Nomic Foundation",
"repository": {
"type": "git",
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -2,7 +2,7 @@
"name": "@ignored/solidity-language-server",
"description": "Solidity language server by Nomic Foundation",
"license": "MIT",
"version": "0.6.10",
"version": "0.6.11",
"author": "Nomic Foundation",
"repository": {
"type": "git",

0 comments on commit 718c9d4

Please sign in to comment.