This commit is contained in:
Balena CI 2020-10-06 23:10:25 +03:00 committed by VersionBot
parent 63d3402924
commit e8d757ca28
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: 'scan: Add ''--json'' option to help with scripting'
hash: 8a506bc4c01e2082073b7858ab79874e707cf59d
body: ''
footer:
Change-type: minor
change-type: minor
author: Paulo Castro
nested: []
version: 12.24.0
date: 2020-10-06T17:09:31.036Z
- commits:
- subject: Update CONTRIBUTING.md re balena-dev workflow
hash: 89782218666af4db1297b8672560913d3de8fd8c

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 12.24.0 - 2020-10-06
* scan: Add '--json' option to help with scripting [Paulo Castro]
## 12.23.4 - 2020-10-05
* Update CONTRIBUTING.md re balena-dev workflow [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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