From 41d1b6cf066f9425fd5dde9a9a2693210a675d6e Mon Sep 17 00:00:00 2001 From: Circle Bot Releases Date: Thu, 26 Sep 2024 12:03:31 -0400 Subject: [PATCH] chore(master): release 1.0.0 (auto-release) --- CHANGELOG.md | 14 ++++++++++++++ package.json | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e69de29..e0874d9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -0,0 +1,14 @@ +# Changelog + +## 1.0.0 (2024-09-26) + + +### Features + +* Deployed and Verified SponsorPaymaster on Testnet ([#2](https://github.com/circlefin/buidl-wallet-contracts/issues/2)) ([9cdf6dc](https://github.com/circlefin/buidl-wallet-contracts/commit/9cdf6dcae6af02270d118bbf0f7e0f5ba09cb9ae)) + + +### Miscellaneous Chores + +* **ci:** Minor refactor to release workflow ([#4](https://github.com/circlefin/buidl-wallet-contracts/issues/4)) ([01ece52](https://github.com/circlefin/buidl-wallet-contracts/commit/01ece52aa40bcbe70cdc54319d1fde3a2b4e5bd6)) +* organize imports ([#1](https://github.com/circlefin/buidl-wallet-contracts/issues/1)) ([1d2d26c](https://github.com/circlefin/buidl-wallet-contracts/commit/1d2d26c1f22475a7cdbf2689a6c3415142e8e8e5)) diff --git a/package.json b/package.json index 8fd3561..51e534d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "buidl-wallet-contracts", - "version": "1.3.1", + "version": "1.0.0", "description": "buidl-wallet-contracts", "scripts": { "clean": "rm -rf cache artifacts typechain-types",