Skip to content

Commit

Permalink
Merge branch 'master' of github.com:filecoin-project/filsnap
Browse files Browse the repository at this point in the history
* 'master' of github.com:filecoin-project/filsnap:
  chore(master): release filsnap 0.3.2 (#29)
  • Loading branch information
hugomrdias committed Jul 24, 2023
2 parents b79c3f1 + 840fc4b commit 2bb3893
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,4 +1,4 @@
{
"packages/snap": "0.3.1",
"packages/snap": "0.3.2",
"packages/adapter": "0.1.0"
}
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

## [0.3.2](https://github.com/filecoin-project/filsnap/compare/filsnap-v0.3.1...filsnap-v0.3.2) (2023-07-24)


### Bug Fixes

* npm providence ([8f4b474](https://github.com/filecoin-project/filsnap/commit/8f4b4746f6839a7222674d2df6cb69f48267f54b))

## [0.3.1](https://github.com/filecoin-project/filsnap/compare/filsnap-v0.3.0...filsnap-v0.3.1) (2023-07-24)


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.3.1",
"version": "0.3.2",
"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.3.1",
"version": "0.3.2",
"description": "Metamask snap to enable developers to add Filecoin integration to their dapps.",
"proposedName": "Filecoin Snap",
"repository": {
Expand Down

0 comments on commit 2bb3893

Please sign in to comment.