This commit is contained in:
flowzone-app[bot] 2023-10-05 10:54:36 +00:00 committed by GitHub
parent 292c372eb4
commit 73aebf10bf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Fix ssh ignoreStdin device argument
hash: dc3261d9c70d75ac0e01ad4c481f5cf4d1781804
body: ""
footer:
Change-type: patch
change-type: patch
author: Otávio Jacobi
nested: []
version: 17.1.5
title: ""
date: 2023-10-05T10:54:31.030Z
- commits:
- subject: Bump oclif to ^3.17.1
hash: fa2a232e5fe30823e1c301189cdf034c67ce930c

View File

@ -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/).
## 17.1.5 - 2023-10-05
* Fix ssh ignoreStdin device argument [Otávio Jacobi]
## 17.1.4 - 2023-09-29
* Bump oclif to ^3.17.1 [Otávio Jacobi]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "17.1.4",
"version": "17.1.5",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "17.1.4",
"version": "17.1.5",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "17.1.4",
"version": "17.1.5",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -280,6 +280,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2023-09-29T12:40:48.772Z"
"publishedAt": "2023-10-05T10:54:32.145Z"
}
}