diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 2f04b69e..c83f9173 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -4,31 +4,35 @@ 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.7 - 2024-10-25 + +- Fix for Solidity highlighting in Markdown files ([#616](https://github.com/NomicFoundation/hardhat-vscode/pull/616)) + ## 0.8.6 - 2024-09-16 ### Added -- Turn on Slang features unconditionally ([598](https://github.com/NomicFoundation/hardhat-vscode/pull/598)) +- Turn on Slang features unconditionally ([#598](https://github.com/NomicFoundation/hardhat-vscode/pull/598)) ## 0.8.5 - 2024-08-15 ### Added -- Bump Slang to 0.16.0 ([588](https://github.com/NomicFoundation/hardhat-vscode/pull/588)) +- Bump Slang to 0.16.0 ([#588](https://github.com/NomicFoundation/hardhat-vscode/pull/588)) ## 0.8.4 - 2024-06-24 ### Added -- add markdown syntax support ([575](https://github.com/NomicFoundation/hardhat-vscode/pull/575)) -- Bump Slang to 0.15.1 ([578](https://github.com/NomicFoundation/hardhat-vscode/pull/578)) +- add markdown syntax support ([#575](https://github.com/NomicFoundation/hardhat-vscode/pull/575)) +- Bump Slang to 0.15.1 ([#578](https://github.com/NomicFoundation/hardhat-vscode/pull/578)) ## 0.8.3 - 2024-05-08 ### Added -- add support for region comments ([526](https://github.com/NomicFoundation/hardhat-vscode/pull/526)) -- Bump Slang to 0.14.2 ([565](https://github.com/NomicFoundation/hardhat-vscode/pull/565)) +- add support for region comments ([#526](https://github.com/NomicFoundation/hardhat-vscode/pull/526)) +- Bump Slang to 0.14.2 ([#565](https://github.com/NomicFoundation/hardhat-vscode/pull/565)) ## 0.8.2 - 2024-04-22 @@ -40,7 +44,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/). ### Fixed -- Fix packaging file inclusions on the language server ([558](https://github.com/NomicFoundation/hardhat-vscode/issues/558)) +- Fix packaging file inclusions on the language server ([#558](https://github.com/NomicFoundation/hardhat-vscode/issues/558)) ## 0.8.0 - 2024-04-17 diff --git a/client/package.json b/client/package.json index 5a341eb7..2064bc41 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.6", + "version": "0.8.7", "private": true, "main": "./out/extension.js", "module": "./out/extension.js", diff --git a/coc/package.json b/coc/package.json index 4a76a8a5..c5a74acd 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.6", + "version": "0.8.7", "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.6" + "@nomicfoundation/solidity-language-server": "0.8.7" }, "devDependencies": { "coc.nvim": "^0.0.80", diff --git a/package-lock.json b/package-lock.json index e05da46c..256a9177 100644 --- a/package-lock.json +++ b/package-lock.json @@ -39,7 +39,7 @@ }, "client": { "name": "hardhat-solidity", - "version": "0.8.6", + "version": "0.8.7", "license": "MIT", "dependencies": { "@nomicfoundation/solidity-language-server": "0.6.16", @@ -142,10 +142,10 @@ }, "coc": { "name": "@nomicfoundation/coc-solidity", - "version": "0.8.6", + "version": "0.8.7", "license": "MIT", "dependencies": { - "@nomicfoundation/solidity-language-server": "0.8.6" + "@nomicfoundation/solidity-language-server": "0.8.7" }, "devDependencies": { "coc.nvim": "^0.0.80", @@ -11513,7 +11513,7 @@ }, "server": { "name": "@nomicfoundation/solidity-language-server", - "version": "0.8.6", + "version": "0.8.7", "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.6", + "@nomicfoundation/solidity-language-server": "0.8.7", "coc.nvim": "^0.0.80", "esbuild": "^0.16.0", "eslint": "^7.23.0" diff --git a/server/package.json b/server/package.json index bbf3005f..ed1cbd57 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.6", + "version": "0.8.7", "author": "Nomic Foundation", "repository": { "type": "git",