Skip to content

Commit

Permalink
chore(master): release 13.0.0 (#357)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Aug 3, 2023
1 parent b267e7a commit e550d9a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [13.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v12.0.2...v13.0.0) (2023-08-03)


### ⚠ BREAKING CHANGES

* stream close methods are now asyc, requires libp2p@0.46.x or later

### Features

* close streams gracefully ([#344](https://github.com/ChainSafe/js-libp2p-noise/issues/344)) ([b267e7a](https://github.com/ChainSafe/js-libp2p-noise/commit/b267e7a9c494867bc7b7c9ad3e420357ae74116f))

## [12.0.2](https://github.com/ChainSafe/js-libp2p-noise/compare/v12.0.1...v12.0.2) (2023-07-17)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@chainsafe/libp2p-noise",
"version": "12.0.2",
"version": "13.0.0",
"author": "ChainSafe <info@chainsafe.io>",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ChainSafe/js-libp2p-noise#readme",
Expand Down

0 comments on commit e550d9a

Please sign in to comment.