mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.6.6
This commit is contained in:
parent
38fe9042e5
commit
463f3f40ca
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Convert `util available-drives` to oclif
|
||||||
|
hash: 6f265b24aa3cd6c60f6ac045dbc4bad2469800df
|
||||||
|
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.6.6
|
||||||
|
date: 2020-07-09T12:01:57.037Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Enforce and improve lazy loading of resin-cli-form
|
- subject: Enforce and improve lazy loading of resin-cli-form
|
||||||
hash: eea8c83bff0bc135bf7e5fb8d881aea5671462b8
|
hash: eea8c83bff0bc135bf7e5fb8d881aea5671462b8
|
||||||
|
@ -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.6.6 - 2020-07-09
|
||||||
|
|
||||||
|
* Convert `util available-drives` to oclif [Scott Lowe]
|
||||||
|
|
||||||
## 12.6.5 - 2020-07-09
|
## 12.6.5 - 2020-07-09
|
||||||
|
|
||||||
* Enforce and improve lazy loading of resin-cli-form [Pagan Gazzard]
|
* Enforce and improve lazy loading of resin-cli-form [Pagan Gazzard]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.6.5",
|
"version": "12.6.6",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.6.5",
|
"version": "12.6.6",
|
||||||
"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…
Reference in New Issue
Block a user