Skip to content

Commit

Permalink
chore: bump version to v0.8.8
Browse files Browse the repository at this point in the history
Update the package version and changelog for the `0.8.8 - 2025-01-14` release.
  • Loading branch information
kanej committed Jan 14, 2025
1 parent f480fbd commit 1ddb6d7
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 9 deletions.
14 changes: 14 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,20 @@ 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.8.8 - 2025-01-14

### Added

- Add Solidity Survey 2024 popup ([#625](https://github.com/NomicFoundation/hardhat-vscode/pull/625))

### Fixed

- Scan additional `forge` path on Windows for formatting commands, thanks @akshatmittal ([#515](https://github.com/NomicFoundation/hardhat-vscode/pull/515))

### Changed

- Add telemetry diagnostics around formatting ([#622](https://github.com/NomicFoundation/hardhat-vscode/issues/622))

## 0.8.7 - 2024-10-25

- Fix for Solidity highlighting in Markdown files ([#616](https://github.com/NomicFoundation/hardhat-vscode/pull/616))
Expand Down
2 changes: 1 addition & 1 deletion 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.8.7",
"version": "0.8.8",
"private": true,
"main": "./out/extension.js",
"module": "./out/extension.js",
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.8.7",
"version": "0.8.8",
"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.8.7"
"@nomicfoundation/solidity-language-server": "0.8.8"
},
"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.8.7",
"version": "0.8.8",
"author": "Nomic Foundation",
"repository": {
"type": "git",
Expand Down

0 comments on commit 1ddb6d7

Please sign in to comment.