Skip to content

Commit dadcd1c

Browse files
chore(master): release 15.1.1 (#438)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 5f92b50 commit dadcd1c

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,14 @@ 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+
## [15.1.1](https://github.com/ChainSafe/js-libp2p-noise/compare/v15.1.0...v15.1.1) (2024-08-13)
9+
10+
11+
### Bug Fixes
12+
13+
* bump @noble/ciphers from 0.5.3 to 0.6.0 ([#437](https://github.com/ChainSafe/js-libp2p-noise/issues/437)) ([0a349b6](https://github.com/ChainSafe/js-libp2p-noise/commit/0a349b63dd0ecc7b2167ef36ae43d4650cd72716))
14+
* make local peer id optional ([#440](https://github.com/ChainSafe/js-libp2p-noise/issues/440)) ([5f92b50](https://github.com/ChainSafe/js-libp2p-noise/commit/5f92b50e88fbe8406236c479d3e710ab4d1c4421))
15+
816
## [15.1.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v15.0.0...v15.1.0) (2024-06-24)
917

1018

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/libp2p-noise",
3-
"version": "15.1.0",
3+
"version": "15.1.1",
44
"author": "ChainSafe <info@chainsafe.io>",
55
"license": "Apache-2.0 OR MIT",
66
"homepage": "https://github.com/ChainSafe/js-libp2p-noise#readme",

0 commit comments

Comments
 (0)