Skip to content

Commit ffe9480

Browse files
chore(master): release 15.1.0 (#433)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent bc29018 commit ffe9480

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v15.0.0...v15.1.0) (2024-06-24)
9+
10+
11+
### Features
12+
13+
* add service capabilities definition ([#429](https://github.com/ChainSafe/js-libp2p-noise/issues/429)) ([a3b517b](https://github.com/ChainSafe/js-libp2p-noise/commit/a3b517bb2b147124b075d87106d55e617f1569d7))
14+
15+
16+
### Bug Fixes
17+
18+
* bump @noble/ciphers from 0.4.1 to 0.5.1 ([#419](https://github.com/ChainSafe/js-libp2p-noise/issues/419)) ([cd2910a](https://github.com/ChainSafe/js-libp2p-noise/commit/cd2910a305a69bad26f83505c82fa441d96180a5))
19+
820
## [15.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v14.1.0...v15.0.0) (2024-01-17)
921

1022

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