Skip to content

Commit d3bc865

Browse files
chore(master): release 15.0.0 (#416)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a965c44 commit d3bc865

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

+16
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v14.1.0...v15.0.0) (2024-01-17)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* refactor codebase ([#407](https://github.com/ChainSafe/js-libp2p-noise/issues/407))
14+
15+
### Features
16+
17+
* refactor codebase ([#407](https://github.com/ChainSafe/js-libp2p-noise/issues/407)) ([9ebbfc5](https://github.com/ChainSafe/js-libp2p-noise/commit/9ebbfc5bdb12414e4930189ecc6073200514e8fd))
18+
19+
20+
### Bug Fixes
21+
22+
* bump @libp2p/crypto from 3.0.4 to 4.0.0 ([#414](https://github.com/ChainSafe/js-libp2p-noise/issues/414)) ([0ffa85f](https://github.com/ChainSafe/js-libp2p-noise/commit/0ffa85f529c18aaa261c04ed884bb131b30abcd9))
23+
824
## [14.1.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v14.0.0...v14.1.0) (2023-12-09)
925

1026

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/libp2p-noise",
3-
"version": "14.1.0",
3+
"version": "15.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)