Skip to content

Commit ea9085f

Browse files
chore(master): release 12.0.0 (#327)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b269527 commit ea9085f

File tree

2 files changed

+14
-1
lines changed

2 files changed

+14
-1
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [12.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v11.0.4...v12.0.0) (2023-05-08)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* stablelib crypto backend renamed to pureJsCrypto
14+
* the type of the source/sink properties have changed
15+
16+
### Bug Fixes
17+
18+
* update hashing libs to noble, `stablelib` crypto backend renamed to `pureJsCrypto` ([3732fda](https://github.com/ChainSafe/js-libp2p-noise/commit/3732fda3b5330dc5454185d2cfe669f9f70e93e2))
19+
* update stream types ([#316](https://github.com/ChainSafe/js-libp2p-noise/issues/316)) ([8426920](https://github.com/ChainSafe/js-libp2p-noise/commit/842692007f1b042d828d2dea9a64c4bdf1a31e10))
20+
821
## [11.0.4](https://github.com/ChainSafe/js-libp2p-noise/compare/v11.0.3...v11.0.4) (2023-03-28)
922

1023

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/libp2p-noise",
3-
"version": "11.0.4",
3+
"version": "12.0.0",
44
"author": "ChainSafe <[email protected]>",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ChainSafe/js-libp2p-noise#readme",

0 commit comments

Comments
 (0)