File tree Expand file tree Collapse file tree 7 files changed +31
-6
lines changed
Expand file tree Collapse file tree 7 files changed +31
-6
lines changed Original file line number Diff line number Diff line change 11# Change Log
22
33
4+ ## v3.20.8 (2025-06-25)
5+
6+ #### :nail_care : Polish
7+ * ` ws `
8+ * [ #4354 ] ( https://github.com/midwayjs/midway/pull/4354 ) feat: add request to ws context ([ @czy88840616 ] ( https://github.com/czy88840616 ) )
9+
10+ #### Committers: 1
11+ - Harry Chen ([ @czy88840616 ] ( https://github.com/czy88840616 ) )
12+
13+
14+
415## v3.20.7 (2025-06-18)
516
617#### :bug : Bug Fix
Original file line number Diff line number Diff line change 4747 "cacheDir" : " .changelog"
4848 },
4949 "npmClient" : " npm" ,
50- "version" : " 3.20.7 "
50+ "version" : " 3.20.8 "
5151}
Original file line number Diff line number Diff line change 11module . exports = {
22 "decorator" : "3.20.4" ,
33 "core" : "3.20.4" ,
4- "timestamp" : 1750205039399
4+ "timestamp" : 1750814333871
55} ;
Original file line number Diff line number Diff line change 11{
22 "name" : " @midwayjs/version" ,
3- "version" : " 3.20.7 " ,
3+ "version" : " 3.20.8 " ,
44 "description" : " Midway Package Version Manager" ,
55 "main" : " index.js" ,
66 "scripts" : {
Original file line number Diff line number Diff line change 160160 " 3.20.4" ,
161161 " 3.20.5" ,
162162 " 3.20.6" ,
163- " 3.20.7"
163+ " 3.20.7" ,
164+ " 3.20.8"
164165 ],
165166 "@midwayjs/view" : [
166167 " 3.20.4" ,
180181 " 3.20.4" ,
181182 " 3.20.5"
182183 ],
183- "@midwayjs/ws" : " 3.20.4"
184+ "@midwayjs/ws" : [
185+ " 3.20.4" ,
186+ " 3.20.8"
187+ ]
184188}
Original file line number Diff line number Diff line change 11{
22 "name" : " @midwayjs/ws" ,
3- "version" : " 3.20.4 " ,
3+ "version" : " 3.20.8 " ,
44 "description" : " Midway Web Framework for ws" ,
55 "main" : " dist/index.js" ,
66 "typings" : " index.d.ts" ,
Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+ # timestamp: 1750814328818
3+
4+ npm dist-tag add @midwayjs/version@3.20.7 latest
5+ npm dist-tag add @midwayjs/ws@3.20.4 latest
6+
7+ # Changes:
8+
9+ # - @midwayjs/version: 3.20.7 => 3.20.8
10+ # - @midwayjs/ws: 3.20.4 => 3.20.8
You can’t perform that action at this time.
0 commit comments