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.4 [skip ci]
Browse files Browse the repository at this point in the history
### [0.22.4](v0.22.3...v0.22.4) (2022-01-08)

### Trivial Changes

* change min node support to 16 ([#230](#230)) ([9aabfe6](9aabfe6)), closes [#221](#221)
* **deps:** bump node-forge from 0.10.0 to 1.1.0 ([#231](#231)) ([d33eea1](d33eea1))
  • Loading branch information
semantic-release-bot committed Jan 8, 2022
1 parent d33eea1 commit d1369f8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### [0.22.4](https://github.com/libp2p/js-libp2p-crypto/compare/v0.22.3...v0.22.4) (2022-01-08)


### Trivial Changes

* change min node support to 16 ([#230](https://github.com/libp2p/js-libp2p-crypto/issues/230)) ([9aabfe6](https://github.com/libp2p/js-libp2p-crypto/commit/9aabfe6c885b132366c2772e834f8396c96081e9)), closes [#221](https://github.com/libp2p/js-libp2p-crypto/issues/221)
* **deps:** bump node-forge from 0.10.0 to 1.1.0 ([#231](https://github.com/libp2p/js-libp2p-crypto/issues/231)) ([d33eea1](https://github.com/libp2p/js-libp2p-crypto/commit/d33eea1137c538668f1a54b3bc493e5fb4d1c035))

### [0.22.3](https://github.com/libp2p/js-libp2p-crypto/compare/v0.22.2...v0.22.3) (2022-01-08)


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.3",
"version": "0.22.4",
"description": "Crypto primitives for libp2p",
"type": "module",
"types": "./dist/src/index.d.ts",
Expand Down

0 comments on commit d1369f8

Please sign in to comment.