This commit is contained in:
Balena CI 2020-07-28 20:22:34 +03:00 committed by VersionBot
parent 644e643fab
commit fd4c740d29
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Adjustments for balena-preload v10 (SDK v14). Improved error reporting.
hash: f6529eec26c1b0884797b6897c902907c60ad62e
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.9.5
date: 2020-07-28T16:44:09.550Z
- commits: - commits:
- subject: 'Convert `os build-config` to oclif, typescript' - subject: 'Convert `os build-config` to oclif, typescript'
hash: 3fc25cd745f3fe15daacf4eca8dcf180a80b2dfc hash: 3fc25cd745f3fe15daacf4eca8dcf180a80b2dfc

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

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.9.4", "version": "12.9.5",
"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",