This commit is contained in:
Balena CI 2020-12-07 16:14:13 +02:00 committed by VersionBot
parent adadefdf3f
commit ad16c5270e
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Standardize boolean flag typing
hash: 19fab403987edef486956cbe3820c0dbb89a84a3
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.30.1
date: 2020-12-07T13:39:08.771Z
- commits: - commits:
- subject: 'packages: Bump balena-sdk and balena-errors' - subject: 'packages: Bump balena-sdk and balena-errors'
hash: 8a3e386d214227d24833f9277927d0531df95a66 hash: 8a3e386d214227d24833f9277927d0531df95a66

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.30.1 - 2020-12-07
* Standardize boolean flag typing [Scott Lowe]
## 12.30.0 - 2020-12-07 ## 12.30.0 - 2020-12-07

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.30.0", "version": "12.30.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.30.0", "version": "12.30.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",