Skip to content

Commit f9abc79

Browse files
committed
Release 0.26.0
1 parent bcb9082 commit f9abc79

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.26.0] - 2022-09-08
11+
1012
### Added
1113

1214
- Simple connection management that selects the most recent connection for store, light push and filter requests.
@@ -20,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2022

2123
- doc: add missing modules.
2224

23-
## [0.25.0] - 2022-09-5
25+
## [0.25.0] - 2022-09-05
2426

2527
### Changed
2628

@@ -464,7 +466,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
464466
- [ReactJS Chat App example](./examples/web-chat).
465467
- [Typedoc Documentation](https://js-waku.wakuconnect.dev/).
466468

467-
[Unreleased]: https://github.com/status-im/js-waku/compare/v0.25.0...HEAD
469+
[Unreleased]: https://github.com/status-im/js-waku/compare/v0.26.0...HEAD
470+
[0.26.0]: https://github.com/status-im/js-waku/compare/v0.25.0...v0.26.0
468471
[0.25.0]: https://github.com/status-im/js-waku/compare/v0.24.0...v0.25.0
469472
[0.24.0]: https://github.com/status-im/js-waku/compare/v0.23.0...v0.24.0
470473
[0.23.0]: https://github.com/status-im/js-waku/compare/v0.22.0...v0.23.0

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-waku",
3-
"version": "0.25.0",
3+
"version": "0.26.0",
44
"description": "TypeScript implementation of the Waku v2 protocol",
55
"types": "./dist/index.d.ts",
66
"module": "./dist/index.js",

0 commit comments

Comments
 (0)