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

Commit 30ea3e9

Browse files
chore: release master (#145)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Bernard Stojanović <bero4net@gmail.com>
1 parent 26927e1 commit 30ea3e9

3 files changed

Lines changed: 10 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"packages/snap": "2.3.0",
33
"packages/types": "2.1.2",
4-
"packages/adapter": "2.1.0"
4+
"packages/adapter": "2.1.1"
55
}

packages/adapter/CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
### [2.1.1](https://github.com/ChainSafe/filsnap/compare/filsnap-adapter-v2.1.0...filsnap-adapter-v2.1.1) (2022-04-11)
4+
5+
6+
### Bug Fixes
7+
8+
* Page refresh disconnects snap ([#140](https://github.com/ChainSafe/filsnap/issues/140)) ([631690e](https://github.com/ChainSafe/filsnap/commit/631690e4b4cec8441275d035d4905d532cb65256))

packages/adapter/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/filsnap-adapter",
3-
"version": "2.1.0",
3+
"version": "2.1.1",
44
"main": "./build/index.js",
55
"module": "./build/index.js",
66
"types": "./build/index.d.ts",

0 commit comments

Comments
 (0)