File tree Expand file tree Collapse file tree 3 files changed +2008
-434
lines changed Expand file tree Collapse file tree 3 files changed +2008
-434
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
5
The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 2.0.4]
9
+
10
+ #### Bugfixes
11
+ - downgrade aegir because js files are missing in dist directory
8
12
## [ 2.0.3]
9
13
10
14
#### Bugfixes
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " libp2p-noise" ,
3
- "version" : " 2.0.3 " ,
3
+ "version" : " 2.0.4 " ,
4
4
"main" : " dist/src/index.js" ,
5
5
"types" : " dist/src/index.d.ts" ,
6
6
"files" : [
35
35
"@types/bl" : " ^2.1.0" ,
36
36
"@types/chai" : " ^4.2.4" ,
37
37
"@types/mocha" : " ^5.2.7" ,
38
- "aegir" : " 30.3 .0" ,
38
+ "aegir" : " 28.2 .0" ,
39
39
"benchmark" : " ^2.1.4" ,
40
40
"chai" : " ^4.2.0" ,
41
41
"copyfiles" : " ^2.4.1" ,
You can’t perform that action at this time.
0 commit comments