Release v1.0.0-rc.6

This commit is contained in:
Marin Petrunić 2020-02-20 21:59:57 +01:00
parent 7b52edad94
commit 0055b79901
No known key found for this signature in database
GPG Key ID: 834D07135E110DA5
2 changed files with 7 additions and 1 deletions

View File

@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] -
## [1.0.0-rc.6] - 2019-02-20
### Bugfixes
- attach/remove aead auth tag on cyphertext
- better protobuf handling (static module generation)
## [1.0.0-rc.5] - 2019-02-10
### Bugfixes

View File

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