This commit is contained in:
Balena CI 2020-07-29 13:52:06 +03:00 committed by VersionBot
parent 60917f641b
commit 66f793e327
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: 'Convert `config` commands to typescript, oclif'
hash: 56cc70cd50c6c5ee6f98e1213c6327c6aecebf1e
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
nested: []
version: 12.9.6
date: 2020-07-29T10:13:40.208Z
- commits:
- subject: Adjustments for balena-preload v10 (SDK v14). Improved error reporting.
hash: f6529eec26c1b0884797b6897c902907c60ad62e

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/).
## 12.9.6 - 2020-07-29
* Convert `config` commands to typescript, oclif [Scott Lowe]
## 12.9.5 - 2020-07-28
* Adjustments for balena-preload v10 (SDK v14). Improved error reporting. [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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