Skip to content

Commit

Permalink
chore(main): release iso-filecoin 1.0.0 (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias authored Jul 10, 2023
1 parent 3456e89 commit 97b12f9
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,6 +1,6 @@
{
"packages/iso-base": "1.0.0",
"packages/iso-filecoin": "0.2.4",
"packages/iso-filecoin": "1.0.0",
"packages/iso-passkeys": "0.2.0",
"packages/iso-did": "1.3.0",
"packages/iso-signatures": "0.1.6"
Expand Down
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

## [1.0.0](https://github.com/hugomrdias/iso-repo/compare/iso-filecoin-v0.2.4...iso-filecoin-v1.0.0) (2023-07-10)


### ⚠ BREAKING CHANGES

* Token `to*` methods return bignumber instead of string and added new toFormat method

### Features

* Token `to*` methods return bignumber instead of string and added new toFormat method ([d27f5bc](https://github.com/hugomrdias/iso-repo/commit/d27f5bc8cea879c038e856342ce415fbc078ead9))

## [0.2.4](https://github.com/hugomrdias/iso-repo/compare/iso-filecoin-v0.2.3...iso-filecoin-v0.2.4) (2023-07-07)


Expand Down
2 changes: 1 addition & 1 deletion packages/iso-filecoin/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "iso-filecoin",
"version": "0.2.4",
"version": "1.0.0",
"description": "Filecoin Utils",
"author": "Hugo Dias <[email protected]> (hugodias.me)",
"license": "MIT",
Expand Down

0 comments on commit 97b12f9

Please sign in to comment.