mirror of
https://github.com/fluencelabs/js-libp2p-noise
synced 2025-04-25 12:52:15 +00:00
Merge pull request #42 from NodeFactoryIo/morrigan/rc-8
Release v1.0.0-rc.8
This commit is contained in:
commit
1de62c39f6
10
CHANGELOG.md
10
CHANGELOG.md
@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
||||
|
||||
## [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
|
||||
|
||||
### Bugfixes
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "libp2p-noise",
|
||||
"version": "1.0.0-rc.7",
|
||||
"version": "1.0.0-rc.8",
|
||||
"main": "dist/index.js",
|
||||
"types": "dist/index.d.ts",
|
||||
"module": "lib/index.js",
|
||||
|
Loading…
x
Reference in New Issue
Block a user