Skip to content

Commit aa65381

Browse files
committed
chore: bump version to v0.8.17
Update the package version and changelog for the `0.8.17 - 2025-04-03` release.
1 parent 4204e2f commit aa65381

File tree

5 files changed

+14
-8
lines changed

5 files changed

+14
-8
lines changed

client/CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## 0.8.17 - 2025-04-03
8+
9+
### Changed
10+
11+
- Set hardhat version to 2.22.3 in an attempt to prevent epipe errors
12+
713
## 0.8.16 - 2025-04-03
814

915
### Changed

client/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"displayName": "Solidity",
55
"description": "Solidity and Hardhat support by the Hardhat team",
66
"license": "MIT",
7-
"version": "0.8.16",
7+
"version": "0.8.17",
88
"private": true,
99
"type": "commonjs",
1010
"main": "./out/extension.js",

coc/package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nomicfoundation/coc-solidity",
33
"description": "Solidity and Hardhat support for coc.nvim",
44
"license": "MIT",
5-
"version": "0.8.16",
5+
"version": "0.8.17",
66
"author": "Nomic Foundation",
77
"repository": {
88
"type": "git",
@@ -30,7 +30,7 @@
3030
"clean": "rimraf out .nyc_output coverage *.tsbuildinfo *.log"
3131
},
3232
"dependencies": {
33-
"@nomicfoundation/solidity-language-server": "0.8.16"
33+
"@nomicfoundation/solidity-language-server": "0.8.17"
3434
},
3535
"devDependencies": {
3636
"coc.nvim": "^0.0.80"

package-lock.json

+4-4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

server/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@nomicfoundation/solidity-language-server",
33
"description": "Solidity language server by Nomic Foundation",
44
"license": "MIT",
5-
"version": "0.8.16",
5+
"version": "0.8.17",
66
"author": "Nomic Foundation",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)