Skip to content

Commit

Permalink
chore(main): release iso-filecoin 4.0.0 (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored Feb 7, 2024
1 parent cf3c7bc commit 52a31c5
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"packages/iso-filecoin": "3.0.3"
"packages/iso-filecoin": "4.0.0"
}
11 changes: 11 additions & 0 deletions packages/iso-filecoin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion packages/iso-filecoin/package.json
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> (hugodias.me)",
"license": "(Apache-2.0 AND MIT)",
Expand Down

0 comments on commit 52a31c5

Please sign in to comment.