From 31325bb673656c6435881a79bda6317b20726d9b Mon Sep 17 00:00:00 2001 From: F Date: Tue, 30 Nov 2021 11:14:03 +1100 Subject: [PATCH] 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](https://github.com/status-im/js-waku/issues/323)). --- CHANGELOG.md | 2 ++ package-lock.json | 5 ++--- package.json | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4e82d1f0ec..7eae3aab24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.14.2] - 2021-11-30 + ### Changed - Examples: JS examples uses local ESM folder to replicate behaviour of js-waku publish package. diff --git a/package-lock.json b/package-lock.json index dd54bde4f1..4ca21491d0 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,11 @@ { "name": "js-waku", - "version": "0.14.1", + "version": "0.14.2", "lockfileVersion": 2, "requires": true, "packages": { "": { - "name": "js-waku", - "version": "0.14.1", + "version": "0.14.2", "license": "MIT OR Apache-2.0", "dependencies": { "@chainsafe/libp2p-noise": "^4.1.1", diff --git a/package.json b/package.json index 69c677c598..a0112c8498 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "js-waku", - "version": "0.14.1", + "version": "0.14.2", "description": "TypeScript implementation of the Waku v2 protocol", "main": "build/main/index.js", "typings": "build/main/index.d.ts",