Skip to content

Commit 6c29c62

Browse files
Merge pull request #575 from protofire/fix-version-number
fix version number 4.5.3 to 4.5.4
2 parents fe83f46 + 1ffde5e commit 6c29c62

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
## [4.5.3] - 2024-04-10
1+
## [4.5.4] - 2024-04-10
22
### Fixed
3-
- `gas-custom-errors` improved logic to ranged pragma versions [#568](https://github.com/protofire/solhint/pull/568)
4-
- `gas-indexed-events` [#568](https://github.com/protofire/solhint/pull/568)
3+
- `gas-custom-errors` improved logic to ranged pragma versions [#573](https://github.com/protofire/solhint/pull/573)
4+
- `gas-indexed-events` [#573](https://github.com/protofire/solhint/pull/573)
55

66

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

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

0 commit comments

Comments
 (0)