This commit is contained in:
Balena CI 2020-12-08 13:02:07 +02:00 committed by VersionBot
parent 575eaf6de1
commit 140993f554
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Remove remaining v12 switches
hash: 3edf7a038fccc8c1ddf5d09f29c37194a1104c84
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.2
date: 2020-12-08T10:03:01.854Z
- commits: - commits:
- subject: Standardize boolean flag typing - subject: Standardize boolean flag typing
hash: 19fab403987edef486956cbe3820c0dbb89a84a3 hash: 19fab403987edef486956cbe3820c0dbb89a84a3

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.2 - 2020-12-08
* Remove remaining v12 switches [Scott Lowe]
## 12.30.1 - 2020-12-07 ## 12.30.1 - 2020-12-07
* Standardize boolean flag typing [Scott Lowe] * Standardize boolean flag typing [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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