From 115ce64dc45866766ed237c8e0d62b6271e265d2 Mon Sep 17 00:00:00 2001 From: zerosnacks Date: Mon, 24 Nov 2025 13:10:47 +0100 Subject: [PATCH] bump to 1.12.0 for next release --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 09f57173..3bfa8f93 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forge-std", - "version": "1.11.0", + "version": "1.12.0", "description": "Forge Standard Library is a collection of helpful contracts and libraries for use with Forge and Foundry.", "homepage": "https://book.getfoundry.sh/forge/forge-std", "bugs": "https://github.com/foundry-rs/forge-std/issues",