Skip to content
This repository has been archived by the owner on Mar 17, 2024. It is now read-only.

Commit

Permalink
Update changelog for 0.2.23 (#262)
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaperret committed Nov 29, 2021
1 parent a346217 commit e78cbff
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
## Changelog: eth-gas-reporter

# 0.2.23 / 2021-11-26

- Add support for multiple gas price tokens (BNB, MATIC, AVAX, HR, MOVR) (https://github.com/cgewecke/eth-gas-reporter/pull/251)
- Make @codechecks/client peer dep optional (https://github.com/cgewecke/eth-gas-reporter/pull/257)
- Update @solidity-parser/parser to 0.14.0 (https://github.com/cgewecke/eth-gas-reporter/pull/261)

# 0.2.22 / 2021-03-04

- Update @solidity-parser/parser to ^0.12.0 (support Panic keyword in catch blocks) (https://github.com/cgewecke/eth-gas-reporter/issues/243)
Expand Down
2 changes: 1 addition & 1 deletion mock/package.json
@@ -1,6 +1,6 @@
{
"name": "eth-gas-reporter",
"version": "0.2.22",
"version": "0.2.23",
"description": "Mocha reporter which shows gas used per unit test.",
"main": "index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion 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 package.json
@@ -1,6 +1,6 @@
{
"name": "eth-gas-reporter",
"version": "0.2.22",
"version": "0.2.23",
"description": "Mocha reporter which shows gas used per unit test.",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit e78cbff

Please sign in to comment.