Skip to content

Commit

Permalink
chore(main): release iso-filecoin 5.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Nov 21, 2024
1 parent 0df408e commit 9e7d04a
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 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": "5.0.0"
"packages/iso-filecoin": "5.1.0"
}
12 changes: 12 additions & 0 deletions packages/iso-filecoin/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [5.1.0](https://github.com/hugomrdias/filecoin/compare/iso-filecoin-v5.0.0...iso-filecoin-v5.1.0) (2024-11-21)


### Features

* add ledger support ([38eb8dd](https://github.com/hugomrdias/filecoin/commit/38eb8dd5b0aa2dab7f442c5c8b987315a06300c8))


### Bug Fixes

* changed tx params field from base64 to base64pad encoding ([5c0df5f](https://github.com/hugomrdias/filecoin/commit/5c0df5fd1460a37f1c1f5491aa95afda570add42))

## [5.0.0](https://github.com/hugomrdias/filecoin/compare/iso-filecoin-v4.1.0...iso-filecoin-v5.0.0) (2024-10-29)


Expand Down
6 changes: 3 additions & 3 deletions 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": "5.0.0",
"version": "5.1.0",
"description": "Isomorphic filecoin abstractions for RPC, signatures, address, token and wallet",
"author": "Hugo Dias <[email protected]> (hugodias.me)",
"license": "MIT",
Expand Down Expand Up @@ -126,13 +126,13 @@
"zod": "^3.23.8"
},
"devDependencies": {
"@ledgerhq/hw-transport": "^6.31.4",
"@ledgerhq/hw-transport": "^6.31.4",
"@rollup/plugin-commonjs": "^28.0.1",
"@rollup/plugin-node-resolve": "^15.3.0",
"@types/assert": "^1.5.11",
"@types/mocha": "^10.0.9",
"@types/node": "^22.8.1",
"@zondax/zemu": "^0.51.0",
"@zondax/zemu": "^0.51.0",
"assert": "^2.1.0",
"glob": "^11.0.0",
"mocha": "^10.7.3",
Expand Down

0 comments on commit 9e7d04a

Please sign in to comment.