mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-04-24 22:32:30 +00:00
release 2.0.4
This commit is contained in:
parent
941fe281cb
commit
8d3b130509
@ -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
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user