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",