Skip to content

Commit a437d77

Browse files
chore(master): release 11.0.1
1 parent 99148b8 commit a437d77

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+
## [11.0.1](https://github.com/ChainSafe/js-libp2p-noise/compare/v11.0.0...v11.0.1) (2023-02-02)
9+
10+
11+
### Miscellaneous
12+
13+
* bump libp2p from 0.41.0 to 0.42.0 ([#264](https://github.com/ChainSafe/js-libp2p-noise/issues/264)) ([9062556](https://github.com/ChainSafe/js-libp2p-noise/commit/906255635c35e2b7357fc5eca962e5d56148d25c))
14+
* bump mkdirp from 1.0.4 to 2.0.0 ([#265](https://github.com/ChainSafe/js-libp2p-noise/issues/265)) ([ad89f7a](https://github.com/ChainSafe/js-libp2p-noise/commit/ad89f7a1127ad6dfa3804cc26a6f3174ffb17765))
15+
* fix dependabot pr titles ([#262](https://github.com/ChainSafe/js-libp2p-noise/issues/262)) ([a5a3888](https://github.com/ChainSafe/js-libp2p-noise/commit/a5a3888e133d45d5b26c8d43c54926247f34a830))
16+
* update @libp2p/daemon and interop tests ([#261](https://github.com/ChainSafe/js-libp2p-noise/issues/261)) ([b83c24a](https://github.com/ChainSafe/js-libp2p-noise/commit/b83c24a659e9101c2a753ef9f5852f6299cb2413))
17+
818
## [11.0.0](https://github.com/ChainSafe/js-libp2p-noise/compare/v10.2.0...v11.0.0) (2023-01-06)
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": "11.0.0",
3+
"version": "11.0.1",
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)