Skip to content

Commit

Permalink
chore(master): release filsnap-adapter 0.3.0 (#49)
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Aug 9, 2023
1 parent 5c5e6ad commit 7154c66
Show file tree
Hide file tree
Showing 3 changed files with 9 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,5 +1,5 @@
{
"packages/snap": "0.5.0",
"packages/adapter": "0.2.1",
"packages/adapter": "0.3.0",
"packages/adapter-react": "0.0.3"
}
7 changes: 7 additions & 0 deletions packages/adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [0.3.0](https://github.com/filecoin-project/filsnap/compare/filsnap-adapter-v0.2.1...filsnap-adapter-v0.3.0) (2023-08-09)


### Features

* add transaction insight for FilForwarder transfers ([#48](https://github.com/filecoin-project/filsnap/issues/48)) ([863376c](https://github.com/filecoin-project/filsnap/commit/863376c56f5f0b6fe52994a55717a6f020e68a3e))

## [0.2.1](https://github.com/filecoin-project/filsnap/compare/filsnap-adapter-v0.2.0...filsnap-adapter-v0.2.1) (2023-07-30)


Expand Down
2 changes: 1 addition & 1 deletion packages/adapter/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "filsnap-adapter",
"version": "0.2.1",
"version": "0.3.0",
"description": "Adapter for installing Filsnap",
"license": "(Apache-2.0 AND MIT)",
"author": "Protocol Labs",
Expand Down

0 comments on commit 7154c66

Please sign in to comment.