Skip to content

Commit

Permalink
Merge pull request #566 from protofire/develop
Browse files Browse the repository at this point in the history
Merge develop to master v4.5.2
  • Loading branch information
dbale-altoros authored Mar 15, 2024
2 parents 37f5082 + 1344624 commit 5cfebdf
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

## [4.5.2] - 2024-03-15

### Updated
- Update Readme file to include all autofix rules
- Update docker file
- Update package json file



## [4.5.0] - 2024-03-15

### Updated
Expand Down
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,11 @@ This option currently works on:
- no-console
- explicit-types
- private-vars-underscore
- payable-fallback
- quotes
- contract-name-camelcase
- avoid-suicide

<br><br>
## Configuration

Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM node:20-alpine
LABEL maintainer="diego.bale@protofire.io"
ENV VERSION=4.1.1
ENV VERSION=4.5.2

RUN npm install -g solhint@"$VERSION"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "solhint",
"version": "4.5.0",
"version": "4.5.2",
"description": "Solidity Code Linter",
"main": "lib/index.js",
"keywords": [
Expand Down

0 comments on commit 5cfebdf

Please sign in to comment.