This commit is contained in:
Balena CI 2020-10-07 19:28:54 +03:00 committed by VersionBot
parent 873eb1fc59
commit c33409adb0
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: 'login: sign up at the configured balena instance'
hash: af70f16a9b8de7150bcdd8d76a89f72c59614526
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Matthew McGinn <matthew@balena.io>
signed-off-by: Matthew McGinn <matthew@balena.io>
author: Matthew McGinn
nested: []
version: 12.24.1
date: 2020-10-07T13:28:42.250Z
- commits: - commits:
- subject: 'scan: Add ''--json'' option to help with scripting' - subject: 'scan: Add ''--json'' option to help with scripting'
hash: 8a506bc4c01e2082073b7858ab79874e707cf59d hash: 8a506bc4c01e2082073b7858ab79874e707cf59d

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.24.1 - 2020-10-07
* login: sign up at the configured balena instance [Matthew McGinn]
## 12.24.0 - 2020-10-06 ## 12.24.0 - 2020-10-06
* scan: Add '--json' option to help with scripting [Paulo Castro] * scan: Add '--json' option to help with scripting [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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