Skip to content

Commit 201adcb

Browse files
chore(master): release 7.0.2 (#166)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 3ea9f33 commit 201adcb

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ 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+
## [7.0.2](https://github.com/ChainSafe/js-libp2p-noise/compare/v7.0.1...v7.0.2) (2022-08-02)
9+
10+
11+
### Miscellaneous
12+
13+
* bump @libp2p/peer-collections from 1.0.3 to 2.0.0 ([#164](https://github.com/ChainSafe/js-libp2p-noise/issues/164)) ([7ffb5bd](https://github.com/ChainSafe/js-libp2p-noise/commit/7ffb5bddbc25c17339821fce26c4a11a43ccfe6e))
14+
* clean up logic ([#165](https://github.com/ChainSafe/js-libp2p-noise/issues/165)) ([7a0d8c0](https://github.com/ChainSafe/js-libp2p-noise/commit/7a0d8c00c8099f1d88deee033a0d967b098c9b5e))
15+
* update node.js badge version in readme ([#167](https://github.com/ChainSafe/js-libp2p-noise/issues/167)) ([16caa6d](https://github.com/ChainSafe/js-libp2p-noise/commit/16caa6d59a562d96446a88cb882d149fe395b1dd))
16+
* update protons and peer collections ([#172](https://github.com/ChainSafe/js-libp2p-noise/issues/172)) ([3ea9f33](https://github.com/ChainSafe/js-libp2p-noise/commit/3ea9f33cc198d07acb2e06fcd11aa4847f1de61d))
17+
818
## [7.0.1](https://github.com/ChainSafe/js-libp2p-noise/compare/v7.0.0...v7.0.1) (2022-06-23)
919

1020

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": "7.0.1",
3+
"version": "7.0.2",
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)