Skip to content

Commit

Permalink
chore(release): 1.0.0 [skip ci]
Browse files Browse the repository at this point in the history
## [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))
  • Loading branch information
semantic-release-bot committed Jan 27, 2023
1 parent 3544df7 commit 2576125
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 4 deletions.
19 changes: 16 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## [1.0.0](https://github.com/libp2p/js-libp2p-keychain/compare/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 ([#53](https://github.com/libp2p/js-libp2p-keychain/issues/53)) ([3544df7](https://github.com/libp2p/js-libp2p-keychain/commit/3544df7c119b8cebded3f5c483e9f44bf499280f))


### Trivial Changes

* add deprecation notice ([#50](https://github.com/libp2p/js-libp2p-keychain/issues/50)) ([2a9b99c](https://github.com/libp2p/js-libp2p-keychain/commit/2a9b99cd402ed7260ebcac49d9e44905697beee0))

<a name="0.6.1"></a>
## [0.6.1](https://github.com/libp2p/js-libp2p-keychain/compare/v0.6.0...v0.6.1) (2020-06-09)

Expand Down Expand Up @@ -147,6 +163,3 @@ Co-Authored-By: Vasco Santos <vasco.santos@moxy.studio>

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



2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/keychain",
"version": "0.6.2",
"version": "1.0.0",
"description": "Key management and cryptographically protected messages",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-keychain#readme",
Expand Down

0 comments on commit 2576125

Please sign in to comment.