Skip to content

Commit 2df5f95

Browse files
authored
Merge pull request #87 from NodeFactoryIo/release-2.0.4
Release 2.0.4
2 parents 941fe28 + 8d3b130 commit 2df5f95

File tree

3 files changed

+2008
-434
lines changed

3 files changed

+2008
-434
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ 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.4]
9+
10+
#### Bugfixes
11+
- downgrade aegir because js files are missing in dist directory
812
## [2.0.3]
913

1014
#### Bugfixes

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "libp2p-noise",
3-
"version": "2.0.3",
3+
"version": "2.0.4",
44
"main": "dist/src/index.js",
55
"types": "dist/src/index.d.ts",
66
"files": [
@@ -35,7 +35,7 @@
3535
"@types/bl": "^2.1.0",
3636
"@types/chai": "^4.2.4",
3737
"@types/mocha": "^5.2.7",
38-
"aegir": "30.3.0",
38+
"aegir": "28.2.0",
3939
"benchmark": "^2.1.4",
4040
"chai": "^4.2.0",
4141
"copyfiles": "^2.4.1",

0 commit comments

Comments
 (0)