Skip to content

Commit

Permalink
chore: bump version to v0.6.7
Browse files Browse the repository at this point in the history
Update the package version and changelog for the `0.6.7 - 2023-01-09`
release.
  • Loading branch information
antico5 committed Jan 9, 2023
1 parent 91c066b commit efc69e1
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 4 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,19 @@ 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.6.7 - 2023-01-09

### Added

- Quickfix for non checksummed addresses
- Track timing on analysis
- Add `encodeCall` completion to `abi`

### Fixed

- Status item links on windows
- Foundry validation on windows

## 0.6.6 - 2022-12-22

### Changed
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": "@ignored/coc-solidity",
"description": "Solidity and Hardhat support for coc.nvim",
"license": "MIT",
"version": "0.6.6",
"version": "0.6.7",
"author": "Nomic Foundation",
"repository": {
"type": "git",
Expand All @@ -28,7 +28,7 @@
"clean": "rimraf out .nyc_output coverage *.tsbuildinfo *.log"
},
"dependencies": {
"@ignored/solidity-language-server": "0.6.6"
"@ignored/solidity-language-server": "0.6.7"
},
"devDependencies": {
"@types/node": "^17.0.21",
Expand Down
2 changes: 1 addition & 1 deletion 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.6.6",
"version": "0.6.7",
"private": true,
"main": "./client/out/extension.js",
"module": "./client/out/extension.js",
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": "@ignored/solidity-language-server",
"description": "Solidity language server by Nomic Foundation",
"license": "MIT",
"version": "0.6.6",
"version": "0.6.7",
"author": "Nomic Foundation",
"repository": {
"type": "git",
Expand Down

0 comments on commit efc69e1

Please sign in to comment.