mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
v19.12.0
This commit is contained in:
parent
4c9fc89a6b
commit
5e7ac09dd0
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Add alias `device ssh` for `ssh` command
|
||||
hash: 76c08b6c13bd07f657ff5774863425e629d11f0a
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
author: myarmolinsky
|
||||
nested: []
|
||||
version: 19.12.0
|
||||
title: ""
|
||||
date: 2024-10-21T15:07:43.707Z
|
||||
- commits:
|
||||
- subject: Update dependency sinon to v19
|
||||
hash: e7761a616bfdfb193f8617b3ba023fb3fce4ed05
|
||||
|
@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file
|
||||
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 19.12.0 - 2024-10-21
|
||||
|
||||
* Add alias `device ssh` for `ssh` command [myarmolinsky]
|
||||
|
||||
## 19.11.1 - 2024-10-21
|
||||
|
||||
* Update dependency sinon to v19 [Self-hosted Renovate Bot]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "19.11.1",
|
||||
"version": "19.12.0",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "19.11.1",
|
||||
"version": "19.12.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "19.11.1",
|
||||
"version": "19.12.0",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -273,6 +273,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2024-10-21T13:05:14.936Z"
|
||||
"publishedAt": "2024-10-21T15:07:44.718Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user