Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -9,11 +9,15 @@
<br><br>

🧱 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)
<br><br>

🧹 Chore: bump ajv to 8.18.0

🧹 Chore: bump minimatch to 10.2.4

🧹 Chore: bump loadash to 4.17.23

🧹 Chore: update LICENSE copyright year to 2026 (thanks xiaobei0715!!) (#745)
<br><br>

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="diego.bale@protofire.io"
ENV VERSION=6.0.3
ENV VERSION=6.1.0

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