Skip to content

Commit 2bf186f

Browse files
Merge pull request #618 from protofire/504-pre-relase
5.04 pre-release
2 parents 07850cc + 5e01982 commit 2bf186f

File tree

3 files changed

+20
-3
lines changed

3 files changed

+20
-3
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
1+
## [5.0.4] - 2024-12-31
2+
### Fixed
3+
- `imports-order` [#595](https://github.com/protofire/solhint/pull/595) - Replaced single quotes with double quotes
4+
- `gas-custom-errors` [#613](https://github.com/protofire/solhint/pull/613) - Allows the use of Requirement with Custom Errors
5+
- Typos and broken links [#611](https://github.com/protofire/solhint/pull/611) - [#617](https://github.com/protofire/solhint/pull/617)
6+
- Upgraded `solidity-parser` dependency [#612](https://github.com/protofire/solhint/pull/612)
7+
8+
9+
### Added
10+
- `.pre-commit-hooks.yaml` to allow projects to run Solhint via pre-commit [#596](https://github.com/protofire/solhint/pull/596) (Thanks to [@dbast](https://github.com/dbast))
11+
- Removed `husky` since it is not needed [#612](https://github.com/protofire/solhint/pull/612)
12+
13+
<br><br>
14+
15+
116
## [5.0.3] - 2024-08-03
217
### Fixed
3-
- New Rule: Imports order [#593](https://github.com/protofire/solhint/pull/593)
18+
- `imports-order` [#593](https://github.com/protofire/solhint/pull/593)
419

520
<br><br>
621

@@ -20,6 +35,7 @@ Fixed an issue on the returning values where only was evaluating the first repor
2035

2136

2237
<br><br>
38+
2339
## [5.0.0] - 2024-05-11
2440
### BREAKING CHANGES
2541

@@ -37,6 +53,7 @@ QUIET mode (-c quiet) option now works with the warnings and may exit with 1 if
3753
Thanks to [@juanpcapurro](https://github.com/juanpcapurro) for providing the code
3854

3955
<br><br>
56+
4057
## [4.5.4] - 2024-04-10
4158
### Fixed
4259
- `gas-custom-errors` improved logic to ranged pragma versions [#573](https://github.com/protofire/solhint/pull/573)

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
FROM node:20-alpine
22
LABEL maintainer="diego.bale@protofire.io"
3-
ENV VERSION=5.0.3
3+
ENV VERSION=5.0.4
44

55
RUN npm install -g solhint@"$VERSION"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "solhint",
3-
"version": "5.0.3",
3+
"version": "5.0.4",
44
"description": "Solidity Code Linter",
55
"main": "lib/index.js",
66
"keywords": [

0 commit comments

Comments
 (0)