Skip to content

Commit be00797

Browse files
committed
Release 3.1.0
1 parent 5e3af2a commit be00797

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,11 @@ 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-
## [2.0.5]
9-
#### Bugfixes
10-
- update aegir to latest
11-
- update dependencies
8+
## [3.1.0]
9+
10+
# Added
11+
- Replaced bcrypto dependency
12+
- Add support for node 15
1213

1314
## [3.0.0]
1415

@@ -20,6 +21,11 @@ protobuf code by giving their messages the same name
2021
#### Breaking
2122
- buffer@6 dropped support for IE and Safari < 10
2223

24+
## [2.0.5]
25+
#### Bugfixes
26+
- update aegir to latest
27+
- update dependencies
28+
2329
## [2.0.4]
2430

2531
#### Bugfixes

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libp2p-noise",
3-
"version": "3.0.0",
3+
"version": "3.1.0",
44
"main": "dist/src/index.js",
55
"types": "dist/src/index.d.ts",
66
"files": [

0 commit comments

Comments
 (0)