Skip to content

Commit 31325bb

Browse files
committed
Release 0.14.2
### Changed - Examples: JS examples uses local ESM folder to replicate behaviour of js-waku publish package. ### Fixed - `TypeError` issue related to constructors using js-waku in a JS project ([#323](#323)).
1 parent 04a9da6 commit 31325bb

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+2
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.

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)