From c60047479090c55b5a75b3c41cf97556c97599a8 Mon Sep 17 00:00:00 2001 From: michael1011 Date: Mon, 29 May 2023 18:27:39 +0200 Subject: [PATCH 1/2] chore: update forge-std --- .gitmodules | 2 +- contracts/lib/forge-std | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitmodules b/.gitmodules index 8c1eb1c..323f5f8 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,4 +1,4 @@ [submodule "contracts/lib/forge-std"] path = contracts/lib/forge-std url = https://github.com/foundry-rs/forge-std - branch = v1.5.0 + branch = v1.5.6 diff --git a/contracts/lib/forge-std b/contracts/lib/forge-std index c223685..e8a047e 160000 --- a/contracts/lib/forge-std +++ b/contracts/lib/forge-std @@ -1 +1 @@ -Subproject commit c2236853aadb8e2d9909bbecdc490099519b70a4 +Subproject commit e8a047e3f40f13fa37af6fe14e6e06283d9a060e From 78a53de4db8b54bf86f15d997987ff549d03b22c Mon Sep 17 00:00:00 2001 From: michael1011 Date: Mon, 29 May 2023 18:28:20 +0200 Subject: [PATCH 2/2] chore: update changelog for 1.0.0 --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8f843a1..d17c5dc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to this project will be documented in this file. -## [unreleased] +## [1.0.0] - 2023-05-29 ### Features @@ -17,6 +17,8 @@ All notable changes to this project will be documented in this file. - Add prettier - Update CI badge - Bump major version +- Update NPM dependencies (#92) +- Update forge-std ### Refactor