Skip to content

Commit d948e87

Browse files
authored
Merge pull request #137 from ChainSafe/release-6.0.1
Release v6.0.1
2 parents 297292e + 1d689c6 commit d948e87

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

+2
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.0.1]
9+
- Fix global env access in browser
810
## [6.0.0]
911
#### BREAKING CHANGE
1012
- switch to esm

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@chainsafe/libp2p-noise",
3-
"version": "6.0.0",
3+
"version": "6.0.1",
44
"type": "module",
55
"types": "dist/src/index.d.ts",
66
"exports": {

0 commit comments

Comments
 (0)