Skip to content

Commit

Permalink
chore: bump version to v0.6.15
Browse files Browse the repository at this point in the history
Update the package version and changelog for the `0.6.15 - 2023-03-30`
release.
  • Loading branch information
antico5 committed Mar 30, 2023
1 parent 0eb3f49 commit 4a2dabe
Show file tree
Hide file tree
Showing 8 changed files with 410 additions and 87 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.15 - 2023-03-30

### Added

- Type Names and arrays syntax highlighting ([#385](https://github.com/NomicFoundation/hardhat-vscode/issues/385))

### Fixed

- Environment variable clash with `NODE_ENV` ([#439](https://github.com/NomicFoundation/hardhat-vscode/issues/439))

## 0.6.14 - 2023-03-20

### Fixed
Expand Down
1 change: 1 addition & 0 deletions client/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -200,6 +200,7 @@ The **Hardhat config file** that is used when validating a Solidity file is show

![Open Config](https://raw.githubusercontent.com/NomicFoundation/hardhat-vscode/main/docs/gifs/open-config.gif "Open Config")


### Commands

#### Compile project
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.14",
"version": "0.6.15",
"private": true,
"main": "./out/extension.js",
"module": "./out/extension.js",
Expand Down Expand Up @@ -61,7 +61,7 @@
"rimraf": "3.0.2"
},
"dependencies": {
"@nomicfoundation/solidity-language-server": "0.6.14",
"@nomicfoundation/solidity-language-server": "0.6.15",
"@sentry/node": "6.19.1",
"prettier": "2.5.1",
"prettier-plugin-solidity": "1.1.2",
Expand Down
1 change: 1 addition & 0 deletions coc/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -172,6 +172,7 @@ The **Hardhat config file** that is used when validating a Solidity file is show

![Open Config](https://raw.githubusercontent.com/NomicFoundation/hardhat-vscode/main/docs/gifs/open-config.gif "Open Config")


## Language server logs

If you encounter an issue with the plugin, you can inspect the server logs by running `:CocCommand workspace.showOutput`. This can help troubleshooting the problem.
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.14",
"version": "0.6.15",
"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.14"
"@nomicfoundation/solidity-language-server": "0.6.15"
},
"devDependencies": {
"coc.nvim": "^0.0.80",
Expand Down
Loading

0 comments on commit 4a2dabe

Please sign in to comment.