File tree 9 files changed +36
-11
lines changed
9 files changed +36
-11
lines changed Original file line number Diff line number Diff line change 3
3
"packages/proto" : " 0.0.4" ,
4
4
"packages/interfaces" : " 0.0.10" ,
5
5
"packages/enr" : " 0.0.9" ,
6
- "packages/peer-exchange" : " 0.0.7 " ,
7
- "packages/core" : " 0.0.14 " ,
6
+ "packages/peer-exchange" : " 0.0.8 " ,
7
+ "packages/core" : " 0.0.15 " ,
8
8
"packages/dns-discovery" : " 0.0.9" ,
9
- "packages/message-encryption" : " 0.0.12 " ,
10
- "packages/create" : " 0.0.10 "
9
+ "packages/message-encryption" : " 0.0.13 " ,
10
+ "packages/create" : " 0.0.11 "
11
11
}
Original file line number Diff line number Diff line change @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
5
5
The file is maintained by [ Release Please] ( https://github.com/googleapis/release-please ) based on [ Conventional Commits] ( https://www.conventionalcommits.org ) specification,
6
6
and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 0.0.15] ( https://github.com/waku-org/js-waku/compare/core-v0.0.14...core-v0.0.15 ) (2023-03-31)
9
+
10
+
11
+ ### Bug Fixes
12
+
13
+ * Update @waku/core changelog ([ #1287 ] ( https://github.com/waku-org/js-waku/issues/1287 ) ) ([ 5def8dd] ( https://github.com/waku-org/js-waku/commit/5def8ddb4d9a43424bf2124a521d618368ffa9dc ) )
14
+
8
15
## [ 0.0.14] ( https://github.com/waku-org/js-waku/compare/core-v0.0.12...core-v0.0.13 ) (2023-03-29)
9
16
10
17
### Features
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waku/core" ,
3
- "version" : " 0.0.14 " ,
3
+ "version" : " 0.0.15 " ,
4
4
"description" : " TypeScript implementation of the Waku v2 protocol" ,
5
5
"types" : " ./dist/index.d.ts" ,
6
6
"module" : " ./dist/index.js" ,
Original file line number Diff line number Diff line change @@ -11,6 +11,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
11
11
* dependencies
12
12
* @waku/dns-discovery bumped from 0.0.8 to 0.0.9
13
13
14
+ ### Dependencies
15
+
16
+ * The following workspace dependencies were updated
17
+ * dependencies
18
+ * @waku/core bumped from 0.0.14 to 0.0.15
19
+
14
20
## [ 0.0.9] ( https://github.com/waku-org/js-waku/compare/create-v0.0.8...create-v0.0.9 ) (2023-03-24)
15
21
16
22
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waku/create" ,
3
- "version" : " 0.0.10 " ,
3
+ "version" : " 0.0.11 " ,
4
4
"description" : " Easily create a Waku node" ,
5
5
"types" : " ./dist/index.d.ts" ,
6
6
"module" : " ./dist/index.js" ,
53
53
"@chainsafe/libp2p-noise" : " ^11.0.0" ,
54
54
"@libp2p/mplex" : " ^7.1.1" ,
55
55
"@libp2p/websockets" : " ^5.0.3" ,
56
- "@waku/core" : " 0.0.14 " ,
56
+ "@waku/core" : " 0.0.15 " ,
57
57
"@waku/dns-discovery" : " 0.0.9" ,
58
58
"libp2p" : " ^0.42.2"
59
59
},
Original file line number Diff line number Diff line change @@ -21,6 +21,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
21
21
* @waku/proto bumped from 0.0.3 to 0.0.4
22
22
* @waku/utils bumped from 0.0.2 to 0.0.3
23
23
24
+ ### Dependencies
25
+
26
+ * The following workspace dependencies were updated
27
+ * dependencies
28
+ * @waku/core bumped from 0.0.14 to 0.0.15
29
+
24
30
## [ 0.0.10] ( https://github.com/waku-org/js-waku/compare/message-encryption-v0.0.9...message-encryption-v0.0.10 ) (2023-03-16)
25
31
26
32
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waku/message-encryption" ,
3
- "version" : " 0.0.12 " ,
3
+ "version" : " 0.0.13 " ,
4
4
"description" : " Waku Message Payload Encryption" ,
5
5
"types" : " ./dist/index.d.ts" ,
6
6
"module" : " ./dist/index.js" ,
74
74
},
75
75
"dependencies" : {
76
76
"@noble/secp256k1" : " ^1.7.1" ,
77
- "@waku/core" : " 0.0.14 " ,
77
+ "@waku/core" : " 0.0.15 " ,
78
78
"@waku/interfaces" : " 0.0.10" ,
79
79
"@waku/proto" : " 0.0.4" ,
80
80
"@waku/utils" : " 0.0.3" ,
Original file line number Diff line number Diff line change 17
17
* dependencies
18
18
* @waku/enr bumped from 0.0.8 to 0.0.9
19
19
20
+ ### Dependencies
21
+
22
+ * The following workspace dependencies were updated
23
+ * dependencies
24
+ * @waku/core bumped from 0.0.14 to 0.0.15
25
+
20
26
## [ 0.0.5] ( https://github.com/waku-org/js-waku/compare/peer-exchange-v0.0.4...peer-exchange-v0.0.5 ) (2023-03-23)
21
27
22
28
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @waku/peer-exchange" ,
3
- "version" : " 0.0.7 " ,
3
+ "version" : " 0.0.8 " ,
4
4
"description" : " Peer Exchange (https://rfc.vac.dev/spec/34/) protocol for Waku" ,
5
5
"types" : " ./dist/index.d.ts" ,
6
6
"module" : " ./dist/index.js" ,
52
52
"dependencies" : {
53
53
"@libp2p/interface-peer-discovery" : " ^1.0.5" ,
54
54
"@libp2p/interfaces" : " ^3.3.1" ,
55
- "@waku/core" : " 0.0.14 " ,
55
+ "@waku/core" : " 0.0.15 " ,
56
56
"@waku/enr" : " 0.0.9" ,
57
57
"@waku/proto" : " 0.0.4" ,
58
58
"@waku/utils" : " 0.0.3" ,
You can’t perform that action at this time.
0 commit comments