mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v17.1.5
This commit is contained in:
parent
292c372eb4
commit
73aebf10bf
@ -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
|
||||
|
@ -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
4
npm-shrinkwrap.json
generated
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user