Skip to content

Commit 5e7ac09

Browse files
v19.12.0
1 parent 4c9fc89 commit 5e7ac09

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

.versionbot/CHANGELOG.yml

+12
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
- commits:
2+
- subject: Add alias `device ssh` for `ssh` command
3+
hash: 76c08b6c13bd07f657ff5774863425e629d11f0a
4+
body: ""
5+
footer:
6+
Change-type: minor
7+
change-type: minor
8+
author: myarmolinsky
9+
nested: []
10+
version: 19.12.0
11+
title: ""
12+
date: 2024-10-21T15:07:43.707Z
113
- commits:
214
- subject: Update dependency sinon to v19
315
hash: e7761a616bfdfb193f8617b3ba023fb3fce4ed05

CHANGELOG.md

+4
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+
## 19.12.0 - 2024-10-21
8+
9+
* Add alias `device ssh` for `ssh` command [myarmolinsky]
10+
711
## 19.11.1 - 2024-10-21
812

913
* Update dependency sinon to v19 [Self-hosted Renovate Bot]

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.11.1",
3+
"version": "19.12.0",
44
"description": "The official balena Command Line Interface",
55
"main": "./build/app.js",
66
"homepage": "https://github.com/balena-io/balena-cli",
@@ -273,6 +273,6 @@
273273
}
274274
},
275275
"versionist": {
276-
"publishedAt": "2024-10-21T13:05:14.936Z"
276+
"publishedAt": "2024-10-21T15:07:44.718Z"
277277
}
278278
}

0 commit comments

Comments
 (0)