Skip to content

Commit

Permalink
chore(master): release filsnap 1.3.0 (#301)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Dec 30, 2024
1 parent ff08149 commit c13f31c
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/snap": "1.2.0",
"packages/snap": "1.3.0",
"packages/adapter": "2.0.2",
"packages/adapter-react": "2.0.1"
}
12 changes: 12 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.3.0](https://github.com/filecoin-project/filsnap/compare/filsnap-v1.2.0...filsnap-v1.3.0) (2024-12-30)


### Features

* add filforwarder transaction insights ([abf7d5a](https://github.com/filecoin-project/filsnap/commit/abf7d5abd08da94e4855ff0cdafba2a4c713ebf1))


### Bug Fixes

* update to iso-filecoin 5.x ([ff08149](https://github.com/filecoin-project/filsnap/commit/ff08149b125d521cfb6488292fa9eabc1a3233db))

## [1.2.0](https://github.com/filecoin-project/filsnap/compare/filsnap-v1.1.0...filsnap-v1.2.0) (2024-10-29)


Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "filsnap",
"type": "module",
"version": "1.2.0",
"version": "1.3.0",
"description": "Connect to Filecoin dapps using Metamask. Manage Filecoin accounts, send FIL to Native and FEVM accounts and enable FEVM transaction insights.",
"author": "Protocol Labs",
"license": "(Apache-2.0 AND MIT)",
Expand Down
2 changes: 1 addition & 1 deletion packages/snap/snap.manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"version": "1.3.0",
"description": "Enhances MetaMask with native Filecoin address support (e.g. f1 addresses). (Not needed for the Filecoin EVM.)",
"proposedName": "Filecoin Wallet",
"repository": {
Expand Down

0 comments on commit c13f31c

Please sign in to comment.