Skip to content

Commit 2576125

Browse files
chore(release): 1.0.0 [skip ci]
## [1.0.0](libp2p/js-libp2p-keychain@v0.6.1...v1.0.0) (2023-01-27) ### ⚠ BREAKING CHANGES * this module is now typescript and does not store the self key on startup. cms operations have also been moved to [@libp2p/cms](https://www.npmjs.com/@libp2p/cms) ### Features * convert to typescript ([libp2p#53](libp2p/js-libp2p-keychain#53)) ([3544df7](libp2p/js-libp2p-keychain@3544df7)) ### Trivial Changes * add deprecation notice ([libp2p#50](libp2p/js-libp2p-keychain#50)) ([2a9b99c](libp2p/js-libp2p-keychain@2a9b99c))
1 parent 3544df7 commit 2576125

File tree

2 files changed

+17
-4
lines changed

2 files changed

+17
-4
lines changed

CHANGELOG.md

+16-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
## [1.0.0](https://github.com/libp2p/js-libp2p-keychain/compare/v0.6.1...v1.0.0) (2023-01-27)
2+
3+
4+
### ⚠ BREAKING CHANGES
5+
6+
* this module is now typescript and does not store the self key on startup. cms operations have also been moved to [@libp2p/cms](https://www.npmjs.com/@libp2p/cms)
7+
8+
### Features
9+
10+
* convert to typescript ([#53](https://github.com/libp2p/js-libp2p-keychain/issues/53)) ([3544df7](https://github.com/libp2p/js-libp2p-keychain/commit/3544df7c119b8cebded3f5c483e9f44bf499280f))
11+
12+
13+
### Trivial Changes
14+
15+
* add deprecation notice ([#50](https://github.com/libp2p/js-libp2p-keychain/issues/50)) ([2a9b99c](https://github.com/libp2p/js-libp2p-keychain/commit/2a9b99cd402ed7260ebcac49d9e44905697beee0))
16+
117
<a name="0.6.1"></a>
218
## [0.6.1](https://github.com/libp2p/js-libp2p-keychain/compare/v0.6.0...v0.6.1) (2020-06-09)
319

@@ -147,6 +163,3 @@ Co-Authored-By: Vasco Santos <[email protected]>
147163

148164
* move bits from https://github.com/richardschneider/ipfs-encryption ([1a96ae8](https://github.com/libp2p/js-libp2p-keychain/commit/1a96ae8))
149165
* use libp2p-crypto ([#18](https://github.com/libp2p/js-libp2p-keychain/issues/18)) ([c1627a9](https://github.com/libp2p/js-libp2p-keychain/commit/c1627a9))
150-
151-
152-

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/keychain",
3-
"version": "0.6.2",
3+
"version": "1.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)