Skip to content

Commit

Permalink
chore(master): release filsnap 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Sep 7, 2023
1 parent c88a9ee commit cbbe032
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": "0.5.0",
"packages/snap": "0.6.0",
"packages/adapter": "0.3.0",
"packages/adapter-react": "0.0.3"
}
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

## [0.6.0](https://github.com/filecoin-project/filsnap/compare/filsnap-v0.5.0...filsnap-v0.6.0) (2023-09-07)


### Features

* update mm and others ([#60](https://github.com/filecoin-project/filsnap/issues/60)) ([06dd585](https://github.com/filecoin-project/filsnap/commit/06dd5858af23b47907ba32b2a16e3de756476845))


### Bug Fixes

* remove programatic private key export and add more info to the UI elements ([c88a9ee](https://github.com/filecoin-project/filsnap/commit/c88a9ee1359e9a35735ce5d7b18b4cfcd2de0326)), closes [#67](https://github.com/filecoin-project/filsnap/issues/67)

## [0.5.0](https://github.com/filecoin-project/filsnap/compare/filsnap-v0.4.1...filsnap-v0.5.0) (2023-08-01)


Expand Down
2 changes: 1 addition & 1 deletion packages/snap/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "filsnap",
"version": "0.5.0",
"version": "0.6.0",
"description": "Filsnap - Metamask snap to interact with Filecoin dapps.",
"license": "(Apache-2.0 AND MIT)",
"author": "Protocol Labs",
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": "0.5.0",
"version": "0.6.0",
"description": "Metamask snap to enable developers to add Filecoin integration to their dapps.",
"proposedName": "Filecoin Snap",
"repository": {
Expand Down

0 comments on commit cbbe032

Please sign in to comment.