Skip to content

Commit 5cfebdf

Browse files
Merge pull request #566 from protofire/develop
Merge develop to master v4.5.2
2 parents 37f5082 + 1344624 commit 5cfebdf

File tree

4 files changed

+16
-2
lines changed

4 files changed

+16
-2
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11

2+
## [4.5.2] - 2024-03-15
3+
4+
### Updated
5+
- Update Readme file to include all autofix rules
6+
- Update docker file
7+
- Update package json file
8+
9+
10+
211
## [4.5.0] - 2024-03-15
312

413
### Updated

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,11 @@ This option currently works on:
8888
- no-console
8989
- explicit-types
9090
- private-vars-underscore
91+
- payable-fallback
92+
- quotes
93+
- contract-name-camelcase
94+
- avoid-suicide
95+
9196
<br><br>
9297
## Configuration
9398

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

0 commit comments

Comments
 (0)