Skip to content

Commit f5ef4ee

Browse files
chore(master): release 10.0.0 (#240)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent dd47517 commit f5ef4ee

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+
## [10.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v9.0.0...v10.0.0) (2022-10-19)
9+
10+
11+
### ⚠ BREAKING CHANGES
12+
13+
* modules no longer implement `Initializable` instead switching to constructor injection
14+
15+
### Bug Fixes
16+
17+
* remove @libp2p/components ([#229](https://github.com/ChainSafe/js-libp2p-noise/issues/229)) ([dd47517](https://github.com/ChainSafe/js-libp2p-noise/commit/dd4751764d348a3e16f5e1690702392b3df132bf))
18+
19+
20+
### Miscellaneous
21+
22+
* bump @libp2p/tcp from 3.1.2 to 4.1.0 ([#227](https://github.com/ChainSafe/js-libp2p-noise/issues/227)) ([3bc8ed4](https://github.com/ChainSafe/js-libp2p-noise/commit/3bc8ed4379c2c856ea1a8cc2977702355b5a851c))
23+
824
## [9.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v8.0.2...v9.0.0) (2022-10-06)
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": "9.0.0",
3+
"version": "10.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)