Skip to content

Commit

Permalink
chore(master): release filsnap 1.4.1 (#310)
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>
Co-authored-by: Hugo Dias <hugomrdias@gmail.com>
  • Loading branch information
github-actions[bot] and hugomrdias authored Jan 28, 2025
1 parent 09e1ac2 commit a36d987
Show file tree
Hide file tree
Showing 4 changed files with 10 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.4.0",
"packages/snap": "1.4.1",
"packages/adapter": "2.0.3",
"packages/adapter-react": "2.0.1"
}
7 changes: 7 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.4.1](https://github.com/filecoin-project/filsnap/compare/filsnap-v1.4.0...filsnap-v1.4.1) (2025-01-28)


### Bug Fixes

* update snap platform version to 6.16.0 ([25fc79c](https://github.com/filecoin-project/filsnap/commit/25fc79c73880aab99a6a85ed5a3d18c8bde5922a))

## [1.4.0](https://github.com/filecoin-project/filsnap/compare/filsnap-v1.3.0...filsnap-v1.4.0) (2025-01-28)


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.4.0",
"version": "1.4.1",
"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.4.0",
"version": "1.4.1",
"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 a36d987

Please sign in to comment.