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

Commit d1369f8

Browse files
chore(release): 0.22.4 [skip ci]
### [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))
1 parent d33eea1 commit d1369f8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
### [0.22.4](https://github.com/libp2p/js-libp2p-crypto/compare/v0.22.3...v0.22.4) (2022-01-08)
2+
3+
4+
### Trivial Changes
5+
6+
* 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)
7+
* **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))
8+
19
### [0.22.3](https://github.com/libp2p/js-libp2p-crypto/compare/v0.22.2...v0.22.3) (2022-01-08)
210

311

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@libp2p/crypto",
3-
"version": "0.22.3",
3+
"version": "0.22.4",
44
"description": "Crypto primitives for libp2p",
55
"type": "module",
66
"types": "./dist/src/index.d.ts",

0 commit comments

Comments
 (0)