Skip to content

Commit 66ffa19

Browse files
github-actions[bot]galargh
authored andcommitted
Version Packages
1 parent dc85793 commit 66ffa19

File tree

4 files changed

+8
-11
lines changed

4 files changed

+8
-11
lines changed

.changeset/breezy-chairs-relax.md

-5
This file was deleted.

.changeset/early-laws-trade.md

-5
This file was deleted.

packages/hardhat-solhint/CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# @nomiclabs/hardhat-solhint
22

3+
## 4.0.0
4+
5+
### Major Changes
6+
7+
- cc79bd7: Ensured the check task exits with exit code 1 when solhint raises any errors; this is a breaking change since the check task would previously always exit with exit code 0
8+
- 9cae5e7: Updated solhint dependency to [v5.0.2](https://github.com/protofire/solhint/releases/tag/v5.0.2)
9+
310
## 3.1.0
411

512
### Minor Changes

packages/hardhat-solhint/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nomiclabs/hardhat-solhint",
3-
"version": "3.1.0",
3+
"version": "4.0.0",
44
"description": "Hardhat plugin for solhint",
55
"repository": "github:nomiclabs/hardhat",
66
"homepage": "https://github.com/nomiclabs/hardhat/tree/main/packages/hardhat-solhint",

0 commit comments

Comments
 (0)