Skip to content

Commit acd5f57

Browse files
chore(master): release 11.0.0 (#254)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent a2914a0 commit acd5f57

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,24 @@ 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+
## [11.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v10.2.0...v11.0.0) (2023-01-06)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* update multiformats and related dependencies ([#257](https://github.com/ChainSafe/js-libp2p-noise/issues/257))
14+
15+
### Bug Fixes
16+
17+
* readme usage example ([#253](https://github.com/ChainSafe/js-libp2p-noise/issues/253)) ([7eca3a4](https://github.com/ChainSafe/js-libp2p-noise/commit/7eca3a4bcb12c223b0eee6ca975e2648bb0d48a6))
18+
* update multiformats and related dependencies ([#257](https://github.com/ChainSafe/js-libp2p-noise/issues/257)) ([a2914a0](https://github.com/ChainSafe/js-libp2p-noise/commit/a2914a0b5edeead5094fb9b288ef3a11a872c5cf))
19+
20+
21+
### Miscellaneous
22+
23+
* bump libp2p from 0.40.0 to 0.41.0 ([#256](https://github.com/ChainSafe/js-libp2p-noise/issues/256)) ([2d89edc](https://github.com/ChainSafe/js-libp2p-noise/commit/2d89edc648b8605019fff511a6356c63ba3f5574))
24+
* bump sinon from 14.0.2 to 15.0.0 ([#251](https://github.com/ChainSafe/js-libp2p-noise/issues/251)) ([625794e](https://github.com/ChainSafe/js-libp2p-noise/commit/625794e3f924a7ff2699991c416d9ae66fc5ae85))
25+
826
## [10.2.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v10.1.0...v10.2.0) (2022-11-22)
927

1028

package.json

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