From 94cad7a52074664d2f02d9e17ec2886dee4e3ab6 Mon Sep 17 00:00:00 2001 From: dbale-altoros Date: Wed, 18 Jan 2023 08:52:31 -0300 Subject: [PATCH] updated changelog and solhint version --- CHANGELOG.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index fc007bc3..beb78499 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,19 @@ +## [3.3.8] - 2023-01-17 +### Fixed Docs and Typos +- [#292](https://github.com/protofire/solhint/pull/292) +- [#343](https://github.com/protofire/solhint/pull/343) +- [#355](https://github.com/protofire/solhint/pull/355) +- [#285](https://github.com/protofire/solhint/pull/285) + +### Added +- Lint rule for banning "console.sol" and "import hardhat/console.sol" [#372](https://github.com/protofire/solhint/pull/372) + +### Updated +- Solidity Parser to 0.14.5 [#378](https://github.com/protofire/solhint/pull/378) + + +

+## TIME GAP ## [2.1.0] - 2019-05-30 ### Added diff --git a/package.json b/package.json index c05ae99c..7ff23f28 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solhint", - "version": "3.3.7", + "version": "3.3.8", "description": "Solidity Code Linter", "main": "lib/index.js", "keywords": [