Skip to content

Commit 9120f7e

Browse files
authored
Merge pull request #139 from ChainSafe/release-6.1.0
Release v6.1.0
2 parents a1cc6b0 + e26a788 commit 9120f7e

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ 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.0]
9+
- enable using own crypto library
810
## [6.0.1]
911
- Fix global env access in browser
1012
## [6.0.0]

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.0.1",
3+
"version": "6.1.0",
44
"type": "module",
55
"types": "dist/src/index.d.ts",
66
"exports": {

0 commit comments

Comments
 (0)