Skip to content

Commit

Permalink
chore(master): release 14.0.0 (#394)
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] committed Nov 29, 2023
1 parent ad25a5e commit 449b9b4
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).

## [14.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v13.0.5...v14.0.0) (2023-11-29)


### ⚠ BREAKING CHANGES

* yield uint8arraylists instead of concatenating buffers ([#391](https://github.com/ChainSafe/js-libp2p-noise/issues/391))

### Bug Fixes

* 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))

## [13.0.5](https://github.com/ChainSafe/js-libp2p-noise/compare/v13.0.4...v13.0.5) (2023-11-27)


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": "13.0.5",
"version": "14.0.0",
"author": "ChainSafe <[email protected]>",
"license": "Apache-2.0 OR MIT",
"homepage": "https://github.com/ChainSafe/js-libp2p-noise#readme",
Expand Down

0 comments on commit 449b9b4

Please sign in to comment.