Skip to content

Commit 41e5a38

Browse files
chore(master): release 6.1.1 (#147)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 2ad93fa commit 41e5a38

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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+
### [6.1.1](https://github.com/ChainSafe/js-libp2p-noise/compare/v6.1.0...v6.1.1) (2022-04-14)
9+
10+
11+
### Bug Fixes
12+
13+
* use protons instead of protobuf for native .proto to .ts ([#141](https://github.com/ChainSafe/js-libp2p-noise/issues/141)) ([2ad93fa](https://github.com/ChainSafe/js-libp2p-noise/commit/2ad93facf96279c390d14b93e420769f0b8cd1a3))
14+
15+
16+
### Miscellaneous
17+
18+
* align release with chainsafe ([a2f2d5f](https://github.com/ChainSafe/js-libp2p-noise/commit/a2f2d5f10c340f5db099194d58bd7387d226c345))
19+
820
## [6.1.0]
921
- enable using own crypto library
1022
## [6.0.1]

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": "6.1.0",
3+
"version": "6.1.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)