Skip to content

Commit a8ad7f6

Browse files
chore(release): 2.0.0 [skip ci]
## [2.0.0](libp2p/js-libp2p-keychain@v1.0.1...v2.0.0) (2023-03-13) ### ⚠ BREAKING CHANGES * requires most recent datastore implementation ### Bug Fixes * update datastore dependency ([libp2p#58](libp2p/js-libp2p-keychain#58)) ([a8a1628](libp2p/js-libp2p-keychain@a8a1628))
1 parent a8a1628 commit a8ad7f6

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
## [2.0.0](https://github.com/libp2p/js-libp2p-keychain/compare/v1.0.1...v2.0.0) (2023-03-13)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* requires most recent datastore implementation
7+
8+
### Bug Fixes
9+
10+
* update datastore dependency ([#58](https://github.com/libp2p/js-libp2p-keychain/issues/58)) ([a8a1628](https://github.com/libp2p/js-libp2p-keychain/commit/a8a162875e48f23611190c3fb31e439da1d2d64b))
11+
112
## [1.0.1](https://github.com/libp2p/js-libp2p-keychain/compare/v1.0.0...v1.0.1) (2023-03-13)
213

314

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/keychain",
3-
"version": "1.0.1",
3+
"version": "2.0.0",
44
"description": "Key management and cryptographically protected messages",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/libp2p/js-libp2p-keychain#readme",

0 commit comments

Comments
 (0)