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

Commit d887537

Browse files
chore(release): 2.0.2 [skip ci]
## [@libp2p/interface-keychain-v2.0.2](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-keychain-v2.0.1...@libp2p/interface-keychain-v2.0.2) (2023-01-18) ### Bug Fixes * add exportPeer method to keychain interface ([#337](#337)) ([a970939](a970939))
1 parent a970939 commit d887537

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

packages/interface-keychain/CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## [@libp2p/interface-keychain-v2.0.2](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-keychain-v2.0.1...@libp2p/interface-keychain-v2.0.2) (2023-01-18)
2+
3+
4+
### Bug Fixes
5+
6+
* add exportPeer method to keychain interface ([#337](https://github.com/libp2p/js-libp2p-interfaces/issues/337)) ([a970939](https://github.com/libp2p/js-libp2p-interfaces/commit/a970939ee685c1fd8ba2121e04f8a7cff5b953ca))
7+
18
## [@libp2p/interface-keychain-v2.0.1](https://github.com/libp2p/js-libp2p-interfaces/compare/@libp2p/interface-keychain-v2.0.0...@libp2p/interface-keychain-v2.0.1) (2023-01-07)
29

310

packages/interface-keychain/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/interface-keychain",
3-
"version": "2.0.1",
3+
"version": "2.0.2",
44
"description": "Keychain interface for libp2p",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-interfaces/tree/master/packages/interface-keychain#readme",

0 commit comments

Comments
 (0)