diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index cd3d79e..924038b 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,3 +1,3 @@ { - "packages/iso-filecoin": "3.0.3" + "packages/iso-filecoin": "4.0.0" } diff --git a/packages/iso-filecoin/CHANGELOG.md b/packages/iso-filecoin/CHANGELOG.md index 5e47827..c7da03f 100644 --- a/packages/iso-filecoin/CHANGELOG.md +++ b/packages/iso-filecoin/CHANGELOG.md @@ -1,5 +1,16 @@ # Changelog +## [4.0.0](https://github.com/fission-codes/filecoin/compare/iso-filecoin-v3.0.3...iso-filecoin-v4.0.0) (2024-02-07) + + +### ⚠ BREAKING CHANGES + +* support commonjs, all deps are vendored and transpile + +### Features + +* support commonjs, all deps are vendored and transpile ([3265f49](https://github.com/fission-codes/filecoin/commit/3265f4928ca7c155f3784bb3452a651ab41872af)) + ## [3.0.3](https://github.com/fission-codes/filecoin/compare/iso-filecoin-v3.0.2...iso-filecoin-v3.0.3) (2023-10-30) diff --git a/packages/iso-filecoin/package.json b/packages/iso-filecoin/package.json index 3df1ed0..4487af2 100644 --- a/packages/iso-filecoin/package.json +++ b/packages/iso-filecoin/package.json @@ -1,7 +1,7 @@ { "name": "iso-filecoin", "type": "module", - "version": "3.0.3", + "version": "4.0.0", "description": "Isomorphic filecoin abstractions for RPC, signatures, address, token and wallet", "author": "Hugo Dias (hugodias.me)", "license": "(Apache-2.0 AND MIT)",