From b49c1c06449f3e759e8615e572e28281ce0883c6 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Thu, 23 Jan 2025 12:10:58 +0000 Subject: [PATCH] chore: version package (#412) Co-authored-by: github-actions[bot] --- .changeset/yellow-crews-explain.md | 5 ----- src/CHANGELOG.md | 6 ++++++ src/package.json | 2 +- 3 files changed, 7 insertions(+), 6 deletions(-) delete mode 100644 .changeset/yellow-crews-explain.md diff --git a/.changeset/yellow-crews-explain.md b/.changeset/yellow-crews-explain.md deleted file mode 100644 index 29559e2a..00000000 --- a/.changeset/yellow-crews-explain.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pimlico/alto": patch ---- - -Fixed nonceQueue bug where onchain nonce was checked against nonce sequence diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index ab7c420b..47930a85 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,11 @@ # @pimlico/alto +## 0.0.12 + +### Patch Changes + +- f6aeb6fba01e4b75b190a9ccbe45e406147835b6: Fixed nonceQueue bug where onchain nonce was checked against nonce sequence + ## 0.0.11 ### Patch Changes diff --git a/src/package.json b/src/package.json index 4301715f..d201cce3 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "@pimlico/alto", - "version": "0.0.11", + "version": "0.0.12", "description": "A performant and modular ERC-4337 Bundler written in Typescript", "repository": "https://github.com/pimlicolabs/alto.git", "author": "Pimlico",