Skip to content

Commit 45f84ed

Browse files
authored
chore: bump core version (#1284)
1 parent aab59ce commit 45f84ed

File tree

7 files changed

+163
-15
lines changed

7 files changed

+163
-15
lines changed

.release-please-manifest.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"packages/interfaces": "0.0.10",
55
"packages/enr": "0.0.9",
66
"packages/peer-exchange": "0.0.7",
7-
"packages/core": "0.0.13",
7+
"packages/core": "0.0.14",
88
"packages/dns-discovery": "0.0.9",
99
"packages/message-encryption": "0.0.12",
1010
"packages/create": "0.0.10"

package-lock.json

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

packages/core/CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@ All notable changes to this project will be documented in this file.
55
The file is maintained by [Release Please](https://github.com/googleapis/release-please) based on [Conventional Commits](https://www.conventionalcommits.org) specification,
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [0.0.13](https://github.com/waku-org/js-waku/compare/core-v0.0.12...core-v0.0.13) (2023-03-24)
8+
## [0.0.14](https://www.npmjs.com/package/@waku/core/v/0.0.14) (2023-03-29)
9+
10+
Was published by mistake and does not contain valid code.
911

12+
## [0.0.13](https://github.com/waku-org/js-waku/compare/core-v0.0.12...core-v0.0.13) (2023-03-24)
1013

1114
### Bug Fixes
1215

packages/core/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waku/core",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "TypeScript implementation of the Waku v2 protocol",
55
"types": "./dist/index.d.ts",
66
"module": "./dist/index.js",

packages/create/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
"@chainsafe/libp2p-noise": "^11.0.0",
5454
"@libp2p/mplex": "^7.1.1",
5555
"@libp2p/websockets": "^5.0.3",
56-
"@waku/core": "0.0.13",
56+
"@waku/core": "0.0.14",
5757
"@waku/dns-discovery": "0.0.9",
5858
"libp2p": "^0.42.2"
5959
},

packages/message-encryption/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
},
7575
"dependencies": {
7676
"@noble/secp256k1": "^1.7.1",
77-
"@waku/core": "0.0.13",
77+
"@waku/core": "0.0.14",
7878
"@waku/interfaces": "0.0.10",
7979
"@waku/proto": "0.0.4",
8080
"@waku/utils": "0.0.3",

packages/peer-exchange/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
"dependencies": {
5353
"@libp2p/interface-peer-discovery": "^1.0.5",
5454
"@libp2p/interfaces": "^3.3.1",
55-
"@waku/core": "0.0.13",
55+
"@waku/core": "0.0.14",
5656
"@waku/enr": "0.0.9",
5757
"@waku/proto": "0.0.4",
5858
"@waku/utils": "0.0.3",

0 commit comments

Comments
 (0)