Skip to content

Commit 449b9b4

Browse files
chore(master): release 14.0.0 (#394)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent ad25a5e commit 449b9b4

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,17 @@ 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+
## [14.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v13.0.5...v14.0.0) (2023-11-29)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* yield uint8arraylists instead of concatenating buffers ([#391](https://github.com/ChainSafe/js-libp2p-noise/issues/391))
14+
15+
### Bug Fixes
16+
17+
* yield uint8arraylists instead of concatenating buffers ([#391](https://github.com/ChainSafe/js-libp2p-noise/issues/391)) ([ad25a5e](https://github.com/ChainSafe/js-libp2p-noise/commit/ad25a5e2a7a08564d1130b16a58f248b55c19242))
18+
819
## [13.0.5](https://github.com/ChainSafe/js-libp2p-noise/compare/v13.0.4...v13.0.5) (2023-11-27)
920

1021

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/libp2p-noise",
3-
"version": "13.0.5",
3+
"version": "14.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)