From ccef66681d45b902157c952596ba95448cb377d7 Mon Sep 17 00:00:00 2001 From: OmarTawfik <15987992+OmarTawfik@users.noreply.github.com> Date: Fri, 16 Aug 2024 13:09:09 -0700 Subject: [PATCH] chore: bump version to v0.8.5 Update the package version and changelog for the `0.8.5 - 2024-08-1` release. ### Added - Bump Slang to 0.16.0 ([588](https://github.com/NomicFoundation/hardhat-vscode/pull/588)) --- client/CHANGELOG.md | 6 ++++++ client/package.json | 2 +- coc/package.json | 4 ++-- server/package.json | 2 +- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/client/CHANGELOG.md b/client/CHANGELOG.md index 10e7e1f0..d298087c 100644 --- a/client/CHANGELOG.md +++ b/client/CHANGELOG.md @@ -4,6 +4,12 @@ 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.5 - 2024-08-15 + +### Added + +- Bump Slang to 0.16.0 ([588](https://github.com/NomicFoundation/hardhat-vscode/pull/588)) + ## 0.8.4 - 2024-06-24 ### Added diff --git a/client/package.json b/client/package.json index 4e8530f3..8cf36e57 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.4", + "version": "0.8.5", "private": true, "main": "./out/extension.js", "module": "./out/extension.js", diff --git a/coc/package.json b/coc/package.json index 396eeb5d..d7dc8a3f 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.4", + "version": "0.8.5", "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.4" + "@nomicfoundation/solidity-language-server": "0.8.5" }, "devDependencies": { "coc.nvim": "^0.0.80", diff --git a/server/package.json b/server/package.json index ac5d3018..0f853803 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.4", + "version": "0.8.5", "author": "Nomic Foundation", "repository": { "type": "git",