File tree 2 files changed +12
-1
lines changed
2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
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
+
8
19
## [ 13.0.5] ( https://github.com/ChainSafe/js-libp2p-noise/compare/v13.0.4...v13.0.5 ) (2023-11-27)
9
20
10
21
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @chainsafe/libp2p-noise" ,
3
- "version" : " 13 .0.5 " ,
3
+ "version" : " 14 .0.0 " ,
4
4
"author" :
" ChainSafe <[email protected] >" ,
5
5
"license" : " Apache-2.0 OR MIT" ,
6
6
"homepage" : " https://github.com/ChainSafe/js-libp2p-noise#readme" ,
You can’t perform that action at this time.
0 commit comments