diff --git a/.changeset/beige-nails-march.md b/.changeset/beige-nails-march.md deleted file mode 100644 index 35511099..00000000 --- a/.changeset/beige-nails-march.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pimlico/alto": patch ---- - -Fixed bug where gas estimate is too low leading to the bundling tx reverting onchain due to AA95 diff --git a/.changeset/tough-trains-perform.md b/.changeset/tough-trains-perform.md deleted file mode 100644 index bab2a9fa..00000000 --- a/.changeset/tough-trains-perform.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@pimlico/alto": patch ---- - -Added --enable-instant-bundling-endpoint flag to enable the pimlico_sendUserOperationNow endpoint diff --git a/src/CHANGELOG.md b/src/CHANGELOG.md index 851e599e..3272162d 100644 --- a/src/CHANGELOG.md +++ b/src/CHANGELOG.md @@ -1,5 +1,12 @@ # @pimlico/alto +## 0.0.5 + +### Patch Changes + +- c1775902ead108325c2c3bef81535a53ba092311: Fixed bug where gas estimate is too low leading to the bundling tx reverting onchain due to AA95 +- d831ddb90dcf942a2cc4998fcf35258e0f862fb4: Added --enable-instant-bundling-endpoint flag to enable the pimlico_sendUserOperationNow endpoint + ## 0.0.4 ### Patch Changes diff --git a/src/package.json b/src/package.json index 6231d57e..fd4791de 100644 --- a/src/package.json +++ b/src/package.json @@ -1,6 +1,6 @@ { "name": "@pimlico/alto", - "version": "0.0.4", + "version": "0.0.5", "description": "A performant and modular ERC-4337 Bundler written in Typescript", "repository": "https://github.com/pimlicolabs/alto.git", "author": "Pimlico",