Skip to content

Commit 839a919

Browse files
authored
Merge pull request #332 from status-im/release/0.14.2
2 parents 04a9da6 + 60073ce commit 839a919

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

+4-1
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.14.2] - 2021-11-30
11+
1012
### Changed
1113

1214
- Examples: JS examples uses local ESM folder to replicate behaviour of js-waku publish package.
@@ -262,7 +264,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
262264
- [ReactJS Chat App example](./examples/web-chat).
263265
- [Typedoc Documentation](https://status-im.github.io/js-waku/docs).
264266

265-
[Unreleased]: https://github.com/status-im/js-waku/compare/v0.14.1...HEAD
267+
[Unreleased]: https://github.com/status-im/js-waku/compare/v0.14.2...HEAD
268+
[0.14.2]: https://github.com/status-im/js-waku/compare/v0.14.1...v0.14.2
266269
[0.14.1]: https://github.com/status-im/js-waku/compare/v0.14.0...v0.14.1
267270
[0.14.0]: https://github.com/status-im/js-waku/compare/v0.13.1...v0.14.0
268271
[0.13.1]: https://github.com/status-im/js-waku/compare/v0.13.0...v0.13.1

package-lock.json

+2-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "js-waku",
3-
"version": "0.14.1",
3+
"version": "0.14.2",
44
"description": "TypeScript implementation of the Waku v2 protocol",
55
"main": "build/main/index.js",
66
"typings": "build/main/index.d.ts",

0 commit comments

Comments
 (0)