From 31325bb673656c6435881a79bda6317b20726d9b Mon Sep 17 00:00:00 2001 From: F Date: Tue, 30 Nov 2021 11:14:03 +1100 Subject: [PATCH 1/2] 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", From 60073ce4fc003478e97d199c1adcddab1df85787 Mon Sep 17 00:00:00 2001 From: F Date: Tue, 30 Nov 2021 12:16:07 +1100 Subject: [PATCH 2/2] Update links --- CHANGELOG.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7eae3aab24..c6401af38d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -264,7 +264,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - [ReactJS Chat App example](./examples/web-chat). - [Typedoc Documentation](https://status-im.github.io/js-waku/docs). -[Unreleased]: https://github.com/status-im/js-waku/compare/v0.14.1...HEAD +[Unreleased]: https://github.com/status-im/js-waku/compare/v0.14.2...HEAD +[0.14.2]: https://github.com/status-im/js-waku/compare/v0.14.1...v0.14.2 [0.14.1]: https://github.com/status-im/js-waku/compare/v0.14.0...v0.14.1 [0.14.0]: https://github.com/status-im/js-waku/compare/v0.13.1...v0.14.0 [0.13.1]: https://github.com/status-im/js-waku/compare/v0.13.0...v0.13.1