mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-20 03:36:44 +00:00
v12.9.6
This commit is contained in:
parent
60917f641b
commit
66f793e327
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.9.5",
|
||||
"version": "12.9.6",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user