From 1ddb6d70feeda23abd30c844195eefa748192fd9 Mon Sep 17 00:00:00 2001 From: John Kane Date: Tue, 14 Jan 2025 16:56:38 +0000 Subject: [PATCH] chore: bump version to v0.8.8 Update the package version and changelog for the `0.8.8 - 2025-01-14` release. --- client/CHANGELOG.md | 14 ++++++++++++++ client/package.json | 2 +- coc/package.json | 4 ++-- package-lock.json | 10 +++++----- server/package.json | 2 +- 5 files changed, 23 insertions(+), 9 deletions(-) diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index c83f9173..6cad071f 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -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)) diff --git a/client/package.json b/client/package.json index 2064bc41..cb68bfd4 100644 --- a/client/package.json +++ b/client/package.json @@ -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", diff --git a/coc/package.json b/coc/package.json index c5a74acd..909ea4fc 100644 --- a/coc/package.json +++ b/coc/package.json @@ -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", @@ -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", diff --git a/package-lock.json b/package-lock.json index 256a9177..ab0b58e9 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ }, "client": { "name": "hardhat-solidity", - "version": "0.8.7", + "version": "0.8.8", "license": "MIT", "dependencies": { "@nomicfoundation/solidity-language-server": "0.6.16", @@ -142,10 +142,10 @@ }, "coc": { "name": "@nomicfoundation/coc-solidity", - "version": "0.8.7", + "version": "0.8.8", "license": "MIT", "dependencies": { - "@nomicfoundation/solidity-language-server": "0.8.7" + "@nomicfoundation/solidity-language-server": "0.8.8" }, "devDependencies": { "coc.nvim": "^0.0.80", @@ -11513,7 +11513,7 @@ }, "server": { "name": "@nomicfoundation/solidity-language-server", - "version": "0.8.7", + "version": "0.8.8", "license": "MIT", "dependencies": { "@nomicfoundation/slang": "0.16.0", @@ -13853,7 +13853,7 @@ "@nomicfoundation/coc-solidity": { "version": "file:coc", "requires": { - "@nomicfoundation/solidity-language-server": "0.8.7", + "@nomicfoundation/solidity-language-server": "0.8.8", "coc.nvim": "^0.0.80", "esbuild": "^0.16.0", "eslint": "^7.23.0" diff --git a/server/package.json b/server/package.json index ed1cbd57..126d2836 100644 --- a/server/package.json +++ b/server/package.json @@ -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",