Release 1.0.0-rc.5

This commit is contained in:
Marin Petrunić
2020-02-10 15:07:21 +01:00
parent 42fb8d75ac
commit 2309449ce2
2 changed files with 3 additions and 1 deletions

View File

@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] -
## [1.0.0-rc.5] - 2019-02-10
### Bugfixes
- fix module compiling in node 10 (class properties)

View File

@ -1,6 +1,6 @@
{
"name": "libp2p-noise",
"version": "1.0.0-rc4",
"version": "1.0.0-rc.5",
"main": "dist/index.js",
"types": "dist/index.d.ts",
"module": "lib/index.js",