From c5e6a265328f111537d9e1c4e2081ebfa0d9a1e8 Mon Sep 17 00:00:00 2001 From: Derek <256792747+decofe@users.noreply.github.com> Date: Tue, 30 Jun 2026 14:17:57 +0000 Subject: [PATCH] chore: bump package version to 1.16.2 --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 1b9a72a5..fbcea668 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "forge-std", - "version": "1.16.1", + "version": "1.16.2", "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", @@ -13,4 +13,4 @@ "type": "git", "url": "https://github.com/foundry-rs/forge-std.git" } -} \ No newline at end of file +}