Release v1.0.0-rc.8

This commit is contained in:
morrigan 2020-03-05 09:43:37 +01:00
parent c1151213b4
commit 0b882f573b
2 changed files with 11 additions and 1 deletions

View File

@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased] - ## [Unreleased] -
## [1.0.0-rc.7] - 2019-03-05
### Breaking changes
- Disabled noise pipes
### Bugfixes
- fixed empty ephemeral bug in XX
- verification of AEAD decryption
## [1.0.0-rc.7] - 2019-02-20 ## [1.0.0-rc.7] - 2019-02-20
### Bugfixes ### Bugfixes

View File

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