release 2.0.4

This commit is contained in:
Marin Petrunić 2021-01-26 12:59:26 +01:00
parent 941fe281cb
commit 8d3b130509
No known key found for this signature in database
GPG Key ID: 834D07135E110DA5
3 changed files with 2007 additions and 433 deletions

View File

@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [2.0.4]
#### Bugfixes
- downgrade aegir because js files are missing in dist directory
## [2.0.3]
#### Bugfixes

View File

@ -1,6 +1,6 @@
{
"name": "libp2p-noise",
"version": "2.0.3",
"version": "2.0.4",
"main": "dist/src/index.js",
"types": "dist/src/index.d.ts",
"files": [
@ -35,7 +35,7 @@
"@types/bl": "^2.1.0",
"@types/chai": "^4.2.4",
"@types/mocha": "^5.2.7",
"aegir": "30.3.0",
"aegir": "28.2.0",
"benchmark": "^2.1.4",
"chai": "^4.2.0",
"copyfiles": "^2.4.1",

2432
yarn.lock

File diff suppressed because it is too large Load Diff