mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v12.24.0
This commit is contained in:
parent
63d3402924
commit
e8d757ca28
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.23.4",
|
||||
"version": "12.24.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user