File tree 4 files changed +20
-3
lines changed
4 files changed +20
-3
lines changed Original file line number Diff line number Diff line change
1
+ - commits:
2
+ - subject: Remove unnecessary async on busboy file handler
3
+ hash: 26823c1b8aca2c8352a105fe8083909afa6aab48
4
+ body: ""
5
+ footer:
6
+ Change-type: patch
7
+ change-type: patch
8
+ author: Otávio Jacobi
9
+ nested: []
10
+ version: 15.3.29
11
+ title: ""
12
+ date: 2023-12-01T11:13:28.236Z
1
13
- commits:
2
14
- subject: Update TypeScript to 5.3.2
3
15
hash: 4a90e0e5e64908b042f91e71fe5084130f786d4c
Original file line number Diff line number Diff line change @@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
4
4
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
5
5
This project adheres to [ Semantic Versioning] ( http://semver.org/ ) .
6
6
7
+ # v15.3.29
8
+ ## (2023-12-01)
9
+
10
+ * Remove unnecessary async on busboy file handler [ Otávio Jacobi]
11
+
7
12
# v15.3.28
8
13
## (2023-11-30)
9
14
Original file line number Diff line number Diff line change 1
- 15.3.28
1
+ 15.3.29
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @balena/pinejs" ,
3
- "version" : " 15.3.28 " ,
3
+ "version" : " 15.3.29 " ,
4
4
"main" : " out/server-glue/module" ,
5
5
"repository" :
" [email protected] :balena-io/pinejs.git" ,
6
6
"license" : " Apache-2.0" ,
143
143
"recursive" : true
144
144
},
145
145
"versionist" : {
146
- "publishedAt" : " 2023-11-30T16:07:39.254Z "
146
+ "publishedAt" : " 2023-12-01T11:13:28.913Z "
147
147
}
148
148
}
You can’t perform that action at this time.
0 commit comments