From 0e44213d721e060203d6fa30c288288a5e32888a Mon Sep 17 00:00:00 2001 From: Rubilmax Date: Mon, 10 Jun 2024 09:09:32 +0200 Subject: [PATCH] build(package): bump version --- README.md | 2 +- package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3c61020..9b1085d 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ jobs: FOUNDRY_FUZZ_SEED: 0x${{ github.event.pull_request.base.sha || github.sha }} - name: Compare gas reports - uses: Rubilmax/foundry-gas-diff@v3.17 + uses: Rubilmax/foundry-gas-diff@v3.18 with: summaryQuantile: 0.9 # only display the 10% most significant gas diffs in the summary (defaults to 20%) sortCriteria: avg,max # sort diff rows by criteria diff --git a/package.json b/package.json index 9344b05..53d28a9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "foundry-gas-diff", - "version": "3.17.0", + "version": "3.18.0", "description": "Github Action reporting gas diff from Foundry gas reports", "author": { "name": "Romain (Rubilmax) Milon",