diff --git a/.github/release-please-manifest.json b/.github/release-please-manifest.json index 52c67fc..5a60f1e 100644 --- a/.github/release-please-manifest.json +++ b/.github/release-please-manifest.json @@ -1,6 +1,6 @@ { "packages/iso-base": "0.1.5", - "packages/iso-filecoin": "0.1.3", + "packages/iso-filecoin": "0.1.5", "packages/iso-passkeys": "0.1.1", "packages/iso-did": "0.1.5" } diff --git a/packages/iso-filecoin/CHANGELOG.md b/packages/iso-filecoin/CHANGELOG.md index d583005..0b202d1 100644 --- a/packages/iso-filecoin/CHANGELOG.md +++ b/packages/iso-filecoin/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.1.5](https://github.com/hugomrdias/iso-repo/compare/iso-filecoin-v0.1.3...iso-filecoin-v0.1.5) (2023-05-15) + + +### Miscellaneous Chores + +* **main:** release iso-base 0.1.5 ([3849a49](https://github.com/hugomrdias/iso-repo/commit/3849a49eb867fbdaf3ed95173144b448d4a42f4c)) + ## [0.1.3](https://github.com/hugomrdias/iso-repo/compare/iso-filecoin-v0.1.2...iso-filecoin-v0.1.3) (2023-05-11) diff --git a/packages/iso-filecoin/package.json b/packages/iso-filecoin/package.json index 1639605..dde4fcf 100644 --- a/packages/iso-filecoin/package.json +++ b/packages/iso-filecoin/package.json @@ -1,6 +1,6 @@ { "name": "iso-filecoin", - "version": "0.1.3", + "version": "0.1.5", "description": "Filecoin Utils", "author": "Hugo Dias (hugodias.me)", "license": "MIT",