Skip to content

Commit cc81298

Browse files
v7.0.6
1 parent e05db32 commit cc81298

File tree

3 files changed

+19
-2
lines changed

3 files changed

+19
-2
lines changed

.versionbot/CHANGELOG.yml

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,16 @@
1+
- commits:
2+
- subject: Update dependency @types/tar-stream to v3
3+
hash: 40ae244885ce54c3251e81cf9e4c441175486b33
4+
body: |
5+
Update @types/tar-stream from 2.2.3 to 3.1.3
6+
footer:
7+
Change-type: patch
8+
change-type: patch
9+
author: balena-renovate[bot]
10+
nested: []
11+
version: 7.0.6
12+
title: ""
13+
date: 2025-04-10T15:52:26.588Z
114
- commits:
215
- subject: Update @balena/lint to 9.x
316
hash: e6e893e7457ee2baab9f61f8fea1de236d2f62a1

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.0.6 - 2025-04-10
8+
9+
* Update dependency @types/tar-stream to v3 [balena-renovate[bot]]
10+
711
## 7.0.5 - 2025-04-10
812

913
* Update @balena/lint to 9.x [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.0.5",
3+
"version": "7.0.6",
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",
@@ -91,6 +91,6 @@
9191
"pinejs-client-core": "^6.14.13 || ^7.0.0"
9292
},
9393
"versionist": {
94-
"publishedAt": "2025-04-10T14:50:24.395Z"
94+
"publishedAt": "2025-04-10T15:52:26.652Z"
9595
}
9696
}

0 commit comments

Comments
 (0)