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: cefe676a66e689bc395b4c0b1d6beca876d55c63
Choose a base ref
...
head repository: protofire/solhint
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5cfebdfe9a862cf33705c29a5fe01110405a19f1
Choose a head ref
  • 6 commits
  • 3 files changed
  • 2 contributors

Commits on Mar 15, 2024

  1. update readme file

    dbale-altoros committed Mar 15, 2024
    Copy the full SHA
    0f57c55 View commit details
  2. pre release v4.5.2

    dbale-altoros committed Mar 15, 2024
    Copy the full SHA
    1b3dffe View commit details
  3. Merge pull request #565 from protofire/pre-release-452

    pre release v4.5.2
    dbale-altoros authored Mar 15, 2024
    Copy the full SHA
    2aeb1c7 View commit details
  4. update changelog

    dbale-altoros committed Mar 15, 2024
    Copy the full SHA
    da6d66a View commit details
  5. Merge pull request #567 from protofire/pre-release-452b

    Update changelog v4.5.2
    dbale-altoros authored Mar 15, 2024
    Copy the full SHA
    1344624 View commit details
  6. Merge pull request #566 from protofire/develop

    Merge develop to master v4.5.2
    dbale-altoros authored Mar 15, 2024
    Copy the full SHA
    5cfebdf View commit details
Showing with 11 additions and 2 deletions.
  1. +9 −0 CHANGELOG.md
  2. +1 −1 docker/Dockerfile
  3. +1 −1 package.json
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
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.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": [