Skip to content
This repository has been archived by the owner on Jul 21, 2023. It is now read-only.

Commit

Permalink
chore(release): 0.22.14 [skip ci]
Browse files Browse the repository at this point in the history
### [0.22.14](v0.22.13...v0.22.14) (2022-05-23)

### Bug Fixes

* Added .js extension to import in src/keys/jwk2pem.ts ([#257](#257)) ([9e8f376](9e8f376)), closes [#256](#256)

### Trivial Changes

* **deps:** bump @libp2p/interfaces from 1.3.32 to 2.0.1 ([#258](#258)) ([f7d30bc](f7d30bc))
  • Loading branch information
semantic-release-bot committed May 23, 2022
1 parent 9e8f376 commit 5e16f3e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
### [0.22.14](https://github.com/libp2p/js-libp2p-crypto/compare/v0.22.13...v0.22.14) (2022-05-23)


### Bug Fixes

* Added .js extension to import in src/keys/jwk2pem.ts ([#257](https://github.com/libp2p/js-libp2p-crypto/issues/257)) ([9e8f376](https://github.com/libp2p/js-libp2p-crypto/commit/9e8f3767f5f051edc09ae7be77c833817fed7279)), closes [#256](https://github.com/libp2p/js-libp2p-crypto/issues/256)


### Trivial Changes

* **deps:** bump @libp2p/interfaces from 1.3.32 to 2.0.1 ([#258](https://github.com/libp2p/js-libp2p-crypto/issues/258)) ([f7d30bc](https://github.com/libp2p/js-libp2p-crypto/commit/f7d30bce64a74711e56b962412989164530a45d3))

### [0.22.13](https://github.com/libp2p/js-libp2p-crypto/compare/v0.22.12...v0.22.13) (2022-05-10)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@libp2p/crypto",
"version": "0.22.13",
"version": "0.22.14",
"description": "Crypto primitives for libp2p",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/libp2p/js-libp2p-crypto#readme",
Expand Down

0 comments on commit 5e16f3e

Please sign in to comment.