Skip to content

Commit 57e956f

Browse files
v5.3.2
1 parent 083dcc9 commit 57e956f

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
- commits:
2+
- subject: Fix TS errors for the latest dockerode
3+
hash: 6e713c0d50393abfd6e342f6dd5a2447375ce362
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Thodoris Greasidis
9+
version: 5.3.2
10+
title: ""
11+
date: 2025-11-28T17:25:12.012Z
112
- commits:
213
- subject: Make abortSignal optional in pull/push options
314
hash: 1d95c2219a79a928793a5d501b3003b0c3d9126a

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
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+
# v5.3.2
8+
## (2025-11-28)
9+
10+
* Fix TS errors for the latest dockerode [Thodoris Greasidis]
11+
712
# v5.3.1
813
## (2025-05-15)
914

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docker-progress",
3-
"version": "5.3.1",
3+
"version": "5.3.2",
44
"description": "This module provides additional progress mechanics on top of dockerode",
55
"repository": {
66
"type": "git",
@@ -41,6 +41,6 @@
4141
"docker-modem": ">=3.0.3"
4242
},
4343
"versionist": {
44-
"publishedAt": "2025-05-15T17:40:54.173Z"
44+
"publishedAt": "2025-11-28T17:25:12.078Z"
4545
}
4646
}

0 commit comments

Comments
 (0)