From 28325517fa2b0a6ca0e36eb9acc3a2b83994612c Mon Sep 17 00:00:00 2001 From: dbale-altoros Date: Tue, 17 Mar 2026 16:35:08 -0300 Subject: [PATCH 1/2] prerelease v610 --- CHANGELOG.md | 6 ++++-- docker/Dockerfile | 2 +- package.json | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c65306fb..bb92ae81 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## [6.0.4] - xxxxxx +## [6.1.0] - 2026-03-17 🛠️ Fix: `natspec` rule no longer flags unnamed parameters, which Solidity prohibits documenting with @param (#749) 🛠️ Fix: `natspec` rule and `import-path-check` rules related issues (#750) @@ -9,11 +9,13 @@

🧱 Enhancement: added `pluginPaths` config option for resolving plugins from custom locations. -Supports editor integrations y external project setups. Failed plugins emit warnings instead of crashing (#751) +Supports editor integrations and external project setups. Failed plugins emit warnings instead of crashing (#751)

🧹 Chore: bump ajv to 8.18.0 +🧹 Chore: bump minimatch to 10.2.4 + 🧹 Chore: update LICENSE copyright year to 2026 (thanks xiaobei0715!!) (#745)

diff --git a/docker/Dockerfile b/docker/Dockerfile index fb8f8a7d..a04b948b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -1,5 +1,5 @@ FROM node:20-alpine LABEL maintainer="diego.bale@protofire.io" -ENV VERSION=6.0.3 +ENV VERSION=6.1.0 RUN npm install -g solhint@"$VERSION" \ No newline at end of file diff --git a/package.json b/package.json index 719c1a27..d340cb01 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "solhint", - "version": "6.0.3", + "version": "6.1.0", "description": "Solidity Code Linter", "main": "lib/index.js", "keywords": [ From 41b31b6a3fb3c53e9ae2f5a6ae9cff48a1c5c539 Mon Sep 17 00:00:00 2001 From: dbale-altoros Date: Tue, 17 Mar 2026 16:42:34 -0300 Subject: [PATCH 2/2] prerelease v610 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bb92ae81..1c7281cf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,8 @@ Supports editor integrations and external project setups. Failed plugins emit wa 🧹 Chore: bump minimatch to 10.2.4 +🧹 Chore: bump loadash to 4.17.23 + 🧹 Chore: update LICENSE copyright year to 2026 (thanks xiaobei0715!!) (#745)