This commit is contained in:
Balena CI 2020-07-09 15:30:13 +03:00 committed by VersionBot
parent 38fe9042e5
commit 463f3f40ca
4 changed files with 18 additions and 2 deletions

View File

@ -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

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.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
View File

@ -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": {

View File

@ -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",