Skip to content

Commit

Permalink
chore: bump version to v0.8.7
Browse files Browse the repository at this point in the history
Update the package version and changelog for the `0.8.7 - 2024-11-25` release.
  • Loading branch information
kanej committed Nov 25, 2024
1 parent ccb35a3 commit 0d2aa09
Show file tree
Hide file tree
Showing 5 changed files with 20 additions and 16 deletions.
18 changes: 11 additions & 7 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

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.6",
"version": "0.8.7",
"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.6",
"version": "0.8.7",
"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.6"
"@nomicfoundation/solidity-language-server": "0.8.7"
},
"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.6",
"version": "0.8.7",
"author": "Nomic Foundation",
"repository": {
"type": "git",
Expand Down

0 comments on commit 0d2aa09

Please sign in to comment.