mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v12.24.1
This commit is contained in:
parent
873eb1fc59
commit
c33409adb0
@ -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:
|
||||
- subject: 'scan: Add ''--json'' option to help with scripting'
|
||||
hash: 8a506bc4c01e2082073b7858ab79874e707cf59d
|
||||
|
@ -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!
|
||||
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
|
||||
|
||||
* scan: Add '--json' option to help with scripting [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.24.0",
|
||||
"version": "12.24.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.24.0",
|
||||
"version": "12.24.1",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user