This commit is contained in:
flowzone-app[bot] 2023-10-18 18:16:11 +00:00 committed by GitHub
parent 15ea601d68
commit 947a9bade7
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: Allow custom actions for external contributors
hash: 3fc6eb7a47687d26181fe346dd856dc90ddbcdfa
body: ""
footer:
Change-type: patch
change-type: patch
author: Kyle Harding
nested: []
version: 17.1.6
title: ""
date: 2023-10-18T18:16:04.783Z
- commits: - commits:
- subject: Fix ssh ignoreStdin device argument - subject: Fix ssh ignoreStdin device argument
hash: dc3261d9c70d75ac0e01ad4c481f5cf4d1781804 hash: dc3261d9c70d75ac0e01ad4c481f5cf4d1781804

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 17.1.6 - 2023-10-18
* Allow custom actions for external contributors [Kyle Harding]
## 17.1.5 - 2023-10-05 ## 17.1.5 - 2023-10-05
* Fix ssh ignoreStdin device argument [Otávio Jacobi] * Fix ssh ignoreStdin device argument [Otávio Jacobi]

4
npm-shrinkwrap.json generated
View File

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

View File

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