Skip to content

Commit

Permalink
chore: bump version to v0.6.16
Browse files Browse the repository at this point in the history
Update the package version and changelog for the `0.6.16 - 2023-04-18`
release.
  • Loading branch information
kanej committed Apr 18, 2023
1 parent 48b4a5d commit 2b5e758
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 10 deletions.
10 changes: 10 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,16 @@ 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.16 - 2023-04-18

### Changed

- Move formatting to language server, to allow use from CoC ([#300](https://github.com/NomicFoundation/hardhat-vscode/issues/300))

### Fixed

- Suppress file access errors on scans ([#448](https://github.com/NomicFoundation/hardhat-vscode/issues/448))

## 0.6.15 - 2023-03-30

### Added
Expand Down
4 changes: 2 additions & 2 deletions client/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.15",
"version": "0.6.16",
"private": true,
"main": "./out/extension.js",
"module": "./out/extension.js",
Expand Down Expand Up @@ -62,7 +62,7 @@
"prettier": "2.5.1"
},
"dependencies": {
"@nomicfoundation/solidity-language-server": "0.6.15",
"@nomicfoundation/solidity-language-server": "0.6.16",
"@sentry/node": "6.19.1",
"vscode-languageclient": "^7.0.0"
},
Expand Down
4 changes: 2 additions & 2 deletions coc/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nomicfoundation/coc-solidity",
"description": "Solidity and Hardhat support for coc.nvim",
"license": "MIT",
"version": "0.6.15",
"version": "0.6.16",
"author": "Nomic Foundation",
"repository": {
"type": "git",
Expand All @@ -29,7 +29,7 @@
"clean": "rimraf out .nyc_output coverage *.tsbuildinfo *.log"
},
"dependencies": {
"@nomicfoundation/solidity-language-server": "0.6.15"
"@nomicfoundation/solidity-language-server": "0.6.16"
},
"devDependencies": {
"coc.nvim": "^0.0.80",
Expand Down
10 changes: 5 additions & 5 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 server/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@nomicfoundation/solidity-language-server",
"description": "Solidity language server by Nomic Foundation",
"license": "MIT",
"version": "0.6.15",
"version": "0.6.16",
"author": "Nomic Foundation",
"repository": {
"type": "git",
Expand Down

0 comments on commit 2b5e758

Please sign in to comment.