Skip to content

Commit e550d9a

Browse files
chore(master): release 13.0.0 (#357)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent b267e7a commit e550d9a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
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+
## [13.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v12.0.2...v13.0.0) (2023-08-03)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* stream close methods are now asyc, requires [email protected] or later
14+
15+
### Features
16+
17+
* close streams gracefully ([#344](https://github.com/ChainSafe/js-libp2p-noise/issues/344)) ([b267e7a](https://github.com/ChainSafe/js-libp2p-noise/commit/b267e7a9c494867bc7b7c9ad3e420357ae74116f))
18+
819
## [12.0.2](https://github.com/ChainSafe/js-libp2p-noise/compare/v12.0.1...v12.0.2) (2023-07-17)
920

1021

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": "12.0.2",
3+
"version": "13.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)