Skip to content

Commit

Permalink
Merge pull request #576 from protofire/develop
Browse files Browse the repository at this point in the history
fix version number
  • Loading branch information
dbale-altoros authored Apr 10, 2024
2 parents 3f14b0d + d749bcf commit 8ea89a4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## [4.5.3] - 2024-04-10
## [4.5.4] - 2024-04-10
### Fixed
- `gas-custom-errors` improved logic to ranged pragma versions [#568](https://github.com/protofire/solhint/pull/568)
- `gas-indexed-events` [#568](https://github.com/protofire/solhint/pull/568)
- `gas-custom-errors` improved logic to ranged pragma versions [#573](https://github.com/protofire/solhint/pull/573)
- `gas-indexed-events` [#573](https://github.com/protofire/solhint/pull/573)


## [4.5.2] - 2024-03-15
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.3
ENV VERSION=4.5.4

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.3",
"version": "4.5.4",
"description": "Solidity Code Linter",
"main": "lib/index.js",
"keywords": [
Expand Down

0 comments on commit 8ea89a4

Please sign in to comment.