Release 0.9.0

### Changed
- **Breaking**: Store Response Protobuf changed to align with
  nim-waku v0.5
  ([nim-waku#676](https://github.com/status-im/nim-waku/pull/676)).
This commit is contained in:
Franck Royer 2021-07-26 16:41:21 +10:00
parent 4a85e62c80
commit c35fe74dad
No known key found for this signature in database
GPG Key ID: A82ED75A8DFC50A4
3 changed files with 6 additions and 4 deletions

View File

@ -7,8 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [0.9.0] - 2021-07-26
### Changed
- **Breaking**: Store Response Protobuf change to align with nim-waku v0.5
- **Breaking**: Store Response Protobuf changed to align with nim-waku v0.5
([nim-waku#676](https://github.com/status-im/nim-waku/pull/676)).
## [0.8.1] - 2021-07-16

4
package-lock.json generated
View File

@ -1,11 +1,11 @@
{
"name": "js-waku",
"version": "0.8.1",
"version": "0.9.0",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"version": "0.8.1",
"version": "0.9.0",
"license": "MIT OR Apache-2.0",
"dependencies": {
"axios": "^0.21.1",

View File

@ -1,6 +1,6 @@
{
"name": "js-waku",
"version": "0.8.1",
"version": "0.9.0",
"description": "TypeScript implementation of the Waku v2 protocol",
"main": "build/main/index.js",
"typings": "build/main/index.d.ts",