Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: protofire/solhint
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: fe83f46cf993fa7ad4f7a86dc1bebb709d88a7f0
Choose a base ref
...
head repository: protofire/solhint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1ffde5e30ee20a4ebbc0657bd17271908d3fe922
Choose a head ref
  • 1 commit
  • 3 files changed
  • 1 contributor

Commits on Apr 10, 2024

  1. fix version number

    dbale-altoros committed Apr 10, 2024
    Copy the full SHA
    1ffde5e View commit details
Showing with 5 additions and 5 deletions.
  1. +3 −3 CHANGELOG.md
  2. +1 −1 docker/Dockerfile
  3. +1 −1 package.json
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
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.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": [