Skip to content

Commit

Permalink
chore(master): release filsnap-adapter 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hugomrdias committed Jul 29, 2023
1 parent b00d5d7 commit 9f0dac1
Show file tree
Hide file tree
Showing 3 changed files with 14 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.3.2",
"packages/adapter": "0.1.1",
"packages/adapter": "0.2.0",
"packages/adapter-react": "0.0.1"
}
12 changes: 12 additions & 0 deletions packages/adapter/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [0.2.0](https://github.com/filecoin-project/filsnap/compare/filsnap-adapter-v0.1.1...filsnap-adapter-v0.2.0) (2023-07-29)


### Features

* expose `FilForwarder` metadata in adapter ([#30](https://github.com/filecoin-project/filsnap/issues/30)) ([41a04b9](https://github.com/filecoin-project/filsnap/commit/41a04b92ccad985dd74ceb0fe90c16fa67c9aa46))


### Bug Fixes

* add version to adapter ([ffba158](https://github.com/filecoin-project/filsnap/commit/ffba15808e3de230c3fd728eb9e971dbf3b6305f))

## [0.1.1](https://github.com/filecoin-project/filsnap/compare/filsnap-adapter-v0.1.0...filsnap-adapter-v0.1.1) (2023-07-24)


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.1.1",
"version": "0.2.0",
"description": "Adapter for installing Filsnap",
"license": "(Apache-2.0 AND MIT)",
"author": "Protocol Labs",
Expand Down

0 comments on commit 9f0dac1

Please sign in to comment.