Skip to content

Commit 5112516

Browse files
committed
chore: release master
1 parent 84a6ea6 commit 5112516

26 files changed

+254
-106
lines changed

.release-please-manifest.json

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
{
2-
"packages/utils": "0.0.27",
2+
"packages/utils": "0.0.28",
33
"packages/proto": "0.0.15",
4-
"packages/interfaces": "0.0.34",
5-
"packages/enr": "0.0.33",
6-
"packages/core": "0.0.40",
7-
"packages/message-encryption": "0.0.38",
8-
"packages/relay": "0.0.23",
9-
"packages/sdk": "0.0.36",
10-
"packages/discovery": "0.0.13",
11-
"packages/sds": "0.0.8",
12-
"packages/rln": "0.1.10",
13-
"packages/react": "0.0.8",
14-
"packages/run": "0.0.2"
4+
"packages/interfaces": "0.0.35",
5+
"packages/enr": "0.0.34",
6+
"packages/core": "0.0.41",
7+
"packages/message-encryption": "0.0.39",
8+
"packages/relay": "0.0.24",
9+
"packages/sdk": "0.0.37",
10+
"packages/discovery": "0.0.14",
11+
"packages/sds": "0.0.9",
12+
"packages/rln": "0.1.11",
13+
"packages/react": "0.0.9",
14+
"packages/run": "0.0.3"
1515
}

package-lock.json

Lines changed: 47 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/core/CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,22 @@ 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.41](https://github.com/waku-org/js-waku/compare/core-v0.0.40...core-v0.0.41) (2025-11-13)
9+
10+
11+
### Bug Fixes
12+
13+
* Cleanup routines on reliable channel and core protocols ([#2733](https://github.com/waku-org/js-waku/issues/2733)) ([84a6ea6](https://github.com/waku-org/js-waku/commit/84a6ea69cf8630dacea0cafd58dd8c605ee8dc48))
14+
15+
16+
### Dependencies
17+
18+
* The following workspace dependencies were updated
19+
* dependencies
20+
* @waku/enr bumped from ^0.0.33 to ^0.0.34
21+
* @waku/interfaces bumped from 0.0.34 to 0.0.35
22+
* @waku/utils bumped from 0.0.27 to 0.0.28
23+
824
## [0.0.40](https://github.com/waku-org/js-waku/compare/core-v0.0.39...core-v0.0.40) (2025-10-31)
925

1026

packages/core/package.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waku/core",
3-
"version": "0.0.40",
3+
"version": "0.0.41",
44
"description": "TypeScript implementation of the Waku v2 protocol",
55
"types": "./dist/index.d.ts",
66
"module": "./dist/index.js",
@@ -64,11 +64,11 @@
6464
"node": ">=22"
6565
},
6666
"dependencies": {
67-
"@waku/enr": "^0.0.33",
68-
"@waku/interfaces": "0.0.34",
67+
"@waku/enr": "^0.0.34",
68+
"@waku/interfaces": "0.0.35",
6969
"@libp2p/ping": "2.0.35",
7070
"@waku/proto": "0.0.15",
71-
"@waku/utils": "0.0.27",
71+
"@waku/utils": "0.0.28",
7272
"debug": "^4.3.4",
7373
"@noble/hashes": "^1.3.2",
7474
"it-all": "^3.0.4",

packages/discovery/CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
# Changelog
22

3+
## [0.0.14](https://github.com/waku-org/js-waku/compare/discovery-v0.0.13...discovery-v0.0.14) (2025-11-13)
4+
5+
6+
### Dependencies
7+
8+
* The following workspace dependencies were updated
9+
* dependencies
10+
* @waku/core bumped from 0.0.40 to 0.0.41
11+
* @waku/enr bumped from 0.0.33 to 0.0.34
12+
* @waku/interfaces bumped from 0.0.34 to 0.0.35
13+
* @waku/utils bumped from 0.0.27 to 0.0.28
14+
315
## [0.0.13](https://github.com/waku-org/js-waku/compare/discovery-v0.0.12...discovery-v0.0.13) (2025-10-31)
416

517

packages/discovery/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@waku/discovery",
3-
"version": "0.0.13",
3+
"version": "0.0.14",
44
"description": "Contains various discovery mechanisms: DNS Discovery (EIP-1459, Peer Exchange, Local Peer Cache Discovery.",
55
"types": "./dist/index.d.ts",
66
"module": "./dist/index.js",
@@ -51,11 +51,11 @@
5151
"node": ">=22"
5252
},
5353
"dependencies": {
54-
"@waku/core": "0.0.40",
55-
"@waku/enr": "0.0.33",
56-
"@waku/interfaces": "0.0.34",
54+
"@waku/core": "0.0.41",
55+
"@waku/enr": "0.0.34",
56+
"@waku/interfaces": "0.0.35",
5757
"@waku/proto": "^0.0.15",
58-
"@waku/utils": "0.0.27",
58+
"@waku/utils": "0.0.28",
5959
"debug": "^4.3.4",
6060
"dns-over-http-resolver": "^3.0.8",
6161
"hi-base32": "^0.5.1",

packages/enr/CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9999
* devDependencies
100100
* @waku/interfaces bumped from 0.0.27 to 0.0.28
101101

102+
## [0.0.34](https://github.com/waku-org/js-waku/compare/enr-v0.0.33...enr-v0.0.34) (2025-11-13)
103+
104+
105+
### Dependencies
106+
107+
* The following workspace dependencies were updated
108+
* dependencies
109+
* @waku/utils bumped from 0.0.27 to 0.0.28
110+
* devDependencies
111+
* @waku/interfaces bumped from 0.0.34 to 0.0.35
112+
102113
## [0.0.33](https://github.com/waku-org/js-waku/compare/enr-v0.0.32...enr-v0.0.33) (2025-09-20)
103114

104115

0 commit comments

Comments
 (0)