mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-30 08:03:55 +00:00
v12.9.5
This commit is contained in:
parent
644e643fab
commit
fd4c740d29
@ -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
|
||||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -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": {
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user