diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index edc4b53..49b4e27 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - "packages/iso-filecoin": "4.0.3" + "packages/iso-filecoin": "4.0.4" } diff --git a/packages/iso-filecoin/CHANGELOG.md b/packages/iso-filecoin/CHANGELOG.md index d37be3a..fcfb9f9 100644 --- a/packages/iso-filecoin/CHANGELOG.md +++ b/packages/iso-filecoin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [4.0.4](https://github.com/hugomrdias/filecoin/compare/iso-filecoin-v4.0.3...iso-filecoin-v4.0.4) (2024-05-16) + + +### Bug Fixes + +* use biome and release from new repo ([92b6b2e](https://github.com/hugomrdias/filecoin/commit/92b6b2e3e309f61406299d11feabbeb7ebd5ef82)) + ## [4.0.3](https://github.com/fission-codes/filecoin/compare/iso-filecoin-v4.0.2...iso-filecoin-v4.0.3) (2024-02-08) diff --git a/packages/iso-filecoin/package.json b/packages/iso-filecoin/package.json index f8ebd00..ced4e54 100644 --- a/packages/iso-filecoin/package.json +++ b/packages/iso-filecoin/package.json @@ -1,7 +1,7 @@ { "name": "iso-filecoin", "type": "module", - "version": "4.0.3", + "version": "4.0.4", "description": "Isomorphic filecoin abstractions for RPC, signatures, address, token and wallet", "author": "Hugo Dias (hugodias.me)", "license": "(Apache-2.0 AND MIT)",