Skip to content

Commit 0bd90d3

Browse files
v15.3.29
1 parent 3eb7e42 commit 0bd90d3

File tree

4 files changed

+20
-3
lines changed

4 files changed

+20
-3
lines changed

.versionbot/CHANGELOG.yml

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
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
113
- commits:
214
- subject: Update TypeScript to 5.3.2
315
hash: 4a90e0e5e64908b042f91e71fe5084130f786d4c

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ All notable changes to this project will be documented in this file
44
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
55
This project adheres to [Semantic Versioning](http://semver.org/).
66

7+
# v15.3.29
8+
## (2023-12-01)
9+
10+
* Remove unnecessary async on busboy file handler [Otávio Jacobi]
11+
712
# v15.3.28
813
## (2023-11-30)
914

VERSION

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
15.3.28
1+
15.3.29

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balena/pinejs",
3-
"version": "15.3.28",
3+
"version": "15.3.29",
44
"main": "out/server-glue/module",
55
"repository": "[email protected]:balena-io/pinejs.git",
66
"license": "Apache-2.0",
@@ -143,6 +143,6 @@
143143
"recursive": true
144144
},
145145
"versionist": {
146-
"publishedAt": "2023-11-30T16:07:39.254Z"
146+
"publishedAt": "2023-12-01T11:13:28.913Z"
147147
}
148148
}

0 commit comments

Comments
 (0)