This commit is contained in:
Balena CI 2021-01-06 17:30:57 +02:00 committed by VersionBot
parent f45fac6138
commit caadce6c2b
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Refactor out command internal scandevices
hash: aeff5997d02289619f3a2f1e3041144d559feb43
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.37.1
date: 2021-01-06T14:03:21.672Z
- commits: - commits:
- subject: Add --additional-space flag to preload - subject: Add --additional-space flag to preload
hash: 9fff9266d4e10a90c2bfebbac3896a76e31213f9 hash: 9fff9266d4e10a90c2bfebbac3896a76e31213f9

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.37.1 - 2021-01-06
* Refactor out command internal scandevices [Scott Lowe]
## 12.37.0 - 2020-12-28 ## 12.37.0 - 2020-12-28
* Add --additional-space flag to preload [Alexis Svinartchouk] * Add --additional-space flag to preload [Alexis Svinartchouk]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.37.0", "version": "12.37.1",
"description": "The official balena Command Line Interface", "description": "The official balena Command Line Interface",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",