This commit is contained in:
Balena CI 2020-07-06 14:24:21 +03:00 committed by VersionBot
parent 3a06701747
commit e80697013e
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Modify runCommand to accept args array instead of string
hash: e20265518dfecffe9e414807917a132dec08195d
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 12.5.2
date: 2020-07-06T10:52:17.942Z
- commits: - commits:
- subject: Convert `logs` command to oclif - subject: Convert `logs` command to oclif
hash: 4cdaf29348ef67f0bd2b0879fb0ce30f6f44bfff hash: 4cdaf29348ef67f0bd2b0879fb0ce30f6f44bfff

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/).
## 12.5.2 - 2020-07-06
* Modify runCommand to accept args array instead of string [Scott Lowe]
## 12.5.1 - 2020-07-06 ## 12.5.1 - 2020-07-06
* Convert `logs` command to oclif [Scott Lowe] * Convert `logs` command to oclif [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.5.1", "version": "12.5.2",
"lockfileVersion": 1, "lockfileVersion": 1,
"requires": true, "requires": true,
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.5.1", "version": "12.5.2",
"description": "The official balena CLI tool", "description": "The official balena CLI tool",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",