diff --git a/.changeset/selfish-baboons-rush.md b/.changeset/selfish-baboons-rush.md deleted file mode 100644 index 50a3a6b47..000000000 --- a/.changeset/selfish-baboons-rush.md +++ /dev/null @@ -1,5 +0,0 @@ ---- -"@blobscan/api": patch ---- - -Resolved an issue where the blob response incorrectly included the transaction index instead of the actual blob index diff --git a/packages/api/CHANGELOG.md b/packages/api/CHANGELOG.md index 73d674804..37535828c 100644 --- a/packages/api/CHANGELOG.md +++ b/packages/api/CHANGELOG.md @@ -1,5 +1,11 @@ # @blobscan/api +## 0.30.2 + +### Patch Changes + +- [#903](https://github.com/Blobscan/blobscan/pull/903) [`779fafa`](https://github.com/Blobscan/blobscan/commit/779fafafc590ff2b0e98d72feb3af003095a8cf6) Thanks [@PJColombo](https://github.com/PJColombo)! - Resolved an issue where the blob response incorrectly included the transaction index instead of the actual blob index + ## 0.30.1 ### Patch Changes diff --git a/packages/api/package.json b/packages/api/package.json index f1c51d35d..5b2f3021a 100644 --- a/packages/api/package.json +++ b/packages/api/package.json @@ -1,6 +1,6 @@ { "name": "@blobscan/api", - "version": "0.30.1", + "version": "0.30.2", "private": true, "main": "./src/index.ts", "types": "./src/index.ts",