Skip to content

Commit

Permalink
Merge pull request #565 from protofire/pre-release-452
Browse files Browse the repository at this point in the history
pre release v4.5.2
  • Loading branch information
dbale-altoros authored Mar 15, 2024
2 parents 0f57c55 + 1b3dffe commit 2aeb1c7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

## [4.5.1] - 2024-03-15
## [4.5.2] - 2024-03-15

### Updated
- Update Readme file to include all autofix rules
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="[email protected]"
ENV VERSION=4.5.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.1",
"version": "4.5.2",
"description": "Solidity Code Linter",
"main": "lib/index.js",
"keywords": [
Expand Down

0 comments on commit 2aeb1c7

Please sign in to comment.