Skip to content

Commit

Permalink
chore: bump version to v0.8.5
Browse files Browse the repository at this point in the history
Update the package version and changelog for the `0.8.5 - 2024-08-1` release.

### Added

- Bump Slang to 0.16.0 ([588](#588))
  • Loading branch information
OmarTawfik committed Aug 16, 2024
1 parent fea62ff commit 9d9668c
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 7 deletions.
6 changes: 6 additions & 0 deletions client/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
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.4",
"version": "0.8.5",
"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.4",
"version": "0.8.5",
"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.4"
"@nomicfoundation/solidity-language-server": "0.8.5"
},
"devDependencies": {
"coc.nvim": "^0.0.80",
Expand Down
7 changes: 4 additions & 3 deletions docs/publish-extension.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,10 @@ To publish `hardhat-solidity` you need to do next steps:
5. Branch into a release branch named for the current date: `git checkout -b release/yyyy-mm-dd`
6. Update the version based on semver, ensure it is updated in:

- the client `./client/package.json`
- the language server package.json `./server/package.json`
- the coc extension package.json, both its version and its dep on the language server, at `./coc/package.json`
- The client package version in `./client/package.json`
- The language server package version in `./server/package.json`
- The coc extension package version in `./coc/package.json`
- Its `@nomicfoundation/solidity-language-server` dependency version.

7. Update the changelog in `./client/CHANGELOG.md` by adding a new entry for the new version based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
8. Commit the package version and changelog change as a version bump commit:
Expand Down
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.4",
"version": "0.8.5",
"author": "Nomic Foundation",
"repository": {
"type": "git",
Expand Down

0 comments on commit 9d9668c

Please sign in to comment.