Skip to content

Commit fa35877

Browse files
v19.0.12
1 parent a402dff commit fa35877

File tree

4 files changed

+47
-4
lines changed

4 files changed

+47
-4
lines changed

.versionbot/CHANGELOG.yml

+36
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,39 @@
1+
- commits:
2+
- subject: skip
3+
hash: c7441b06ac97a50d8ffefebff3af55e1d12d4035
4+
body: ""
5+
footer:
6+
Change-type: patch
7+
change-type: patch
8+
author: myarmolinsky
9+
nested: []
10+
- subject: Add `image-manager` tests
11+
hash: 251d64eb8831555e2cfc8a54c73701eadb8c4f06
12+
body: ""
13+
footer:
14+
Change-type: patch
15+
change-type: patch
16+
author: myarmolinsky
17+
nested: []
18+
- subject: Remove `balena-image-manager` dependency
19+
hash: ff9bb52a20b3f21281189ddfbbe1b800e104be1d
20+
body: ""
21+
footer:
22+
Change-type: patch
23+
change-type: patch
24+
author: myarmolinsky
25+
nested: []
26+
- subject: Embed `balena-image-manager` instead of having it as a dependency
27+
hash: c799c3f10d1491227fe770ceace46b26ae209b19
28+
body: ""
29+
footer:
30+
Change-type: patch
31+
change-type: patch
32+
author: myarmolinsky
33+
nested: []
34+
version: 19.0.12
35+
title: ""
36+
date: 2024-09-20T17:48:39.881Z
137
- commits:
238
- subject: Remove Bluebird as a direct dependency
339
hash: d39dc5a39ad0ec25e0a690b881c8212699f64162

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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+
## 19.0.12 - 2024-09-20
8+
9+
* skip [myarmolinsky]
10+
* Add `image-manager` tests [myarmolinsky]
11+
* Remove `balena-image-manager` dependency [myarmolinsky]
12+
* Embed `balena-image-manager` instead of having it as a dependency [myarmolinsky]
13+
714
## 19.0.11 - 2024-09-18
815

916
* Remove Bluebird as a direct dependency [Thodoris Greasidis]

npm-shrinkwrap.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "balena-cli",
3-
"version": "19.0.11",
3+
"version": "19.0.12",
44
"description": "The official balena Command Line Interface",
55
"main": "./build/app.js",
66
"homepage": "https://github.com/balena-io/balena-cli",
@@ -281,6 +281,6 @@
281281
}
282282
},
283283
"versionist": {
284-
"publishedAt": "2024-09-18T16:38:56.766Z"
284+
"publishedAt": "2024-09-20T17:48:40.746Z"
285285
}
286286
}

0 commit comments

Comments
 (0)