Skip to content

Commit aefe8c6

Browse files
v7.2.1
1 parent c7f529b commit aefe8c6

File tree

3 files changed

+18
-2
lines changed

3 files changed

+18
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Drop unused `bluebird-lru-cache` from typings
3+
hash: 1f8fcc15f8c89326274882d6da9ff1275bdd412c
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: Otavio Jacobi
9+
nested: []
10+
version: 7.2.1
11+
title: ""
12+
date: 2025-10-16T17:57:10.127Z
113
- commits:
214
- subject: Add a `populateStreamingTaskBuildStream` variant that does not buffer
315
everything into memory

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ 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+
## 7.2.1 - 2025-10-16
8+
9+
* Drop unused `bluebird-lru-cache` from typings [Otavio Jacobi]
10+
711
## 7.2.0 - 2025-10-08
812

913
* Add a `populateStreamingTaskBuildStream` variant that does not buffer everything into memory [Pagan Gazzard]

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@balena/compose",
3-
"version": "7.2.0",
3+
"version": "7.2.1",
44
"description": "Complete toolkit to build docker-compose.yml files and optionally deploy them to balenaCloud",
55
"main": "dist/index.js",
66
"types": "dist/index.d.ts",
@@ -87,6 +87,6 @@
8787
"pinejs-client-core": "^6.14.13 || ^7.0.0 || ^8.0.0"
8888
},
8989
"versionist": {
90-
"publishedAt": "2025-10-08T12:30:51.366Z"
90+
"publishedAt": "2025-10-16T17:57:10.171Z"
9191
}
9292
}

0 commit comments

Comments
 (0)