Skip to content

Commit 534b6dd

Browse files
author
dbale-altoros
committed
fix: imports-order for direct paths
1 parent 476679a commit 534b6dd

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [5.0.3] - 2024-08-03
2+
### Fixed
3+
- New Rule: Imports order [#593](https://github.com/protofire/solhint/pull/593)
4+
5+
<br><br>
6+
17
## [5.0.2] - 2024-07-25
28
### Fixed
39
- `func-named-parameters` exclude abi.encodeX from the rule [#583](https://github.com/protofire/solhint/pull/583) (Thanks to [@0xCLARITY](https://github.com/0xCLARITY))

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.2
3+
ENV VERSION=5.0.3
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.2",
3+
"version": "5.0.3",
44
"description": "Solidity Code Linter",
55
"main": "lib/index.js",
66
"keywords": [

0 commit comments

Comments
 (0)