Skip to content
This repository has been archived by the owner on Jun 12, 2023. It is now read-only.

Commit

Permalink
chore: release master (#215)
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>
  • Loading branch information
github-actions[bot] committed Jul 29, 2022
1 parent 08963ea commit f67dafd
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"packages/snap": "2.3.8",
"packages/snap": "2.3.9",
"packages/types": "2.1.2",
"packages/adapter": "2.1.1"
}
8 changes: 8 additions & 0 deletions packages/snap/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## [2.3.9](https://github.com/ChainSafe/filsnap/compare/filsnap-v2.3.8...filsnap-v2.3.9) (2022-07-29)


### Bug Fixes

* calibration net node api url ([#216](https://github.com/ChainSafe/filsnap/issues/216)) ([8f0d19d](https://github.com/ChainSafe/filsnap/commit/8f0d19dc75ff2df7a9bf3475fdb4280fdbd38996))
* replace custom types with metamask types ([#214](https://github.com/ChainSafe/filsnap/issues/214)) ([5fd1801](https://github.com/ChainSafe/filsnap/commit/5fd18019d4045c3522786c7306a33d7bf07b0cc4))

## [2.3.8](https://github.com/ChainSafe/filsnap/compare/filsnap-v2.3.7...filsnap-v2.3.8) (2022-07-21)


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": "@chainsafe/filsnap",
"version": "2.3.8",
"version": "2.3.9",
"license": "(Apache-2.0 AND MIT)",
"description": "Filsnap - Metamask snap to interact with Filecoin dapps.",
"main": "build/index.js",
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": "2.3.8",
"version": "2.3.9",
"proposedName": "Filsnap",
"description": "The Filecoin snap.",
"repository": {
Expand Down

0 comments on commit f67dafd

Please sign in to comment.