mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.13.0
This commit is contained in:
parent
cb2e60d5af
commit
120c82d657
@ -1,3 +1,14 @@
|
||||
- commits:
|
||||
- subject: 'devices: Add ''--json'' option to help with scripting'
|
||||
hash: 62dfae371c31b1267d5f517226f5f117d5a6986e
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: 12.13.0
|
||||
date: 2020-08-07T14:32:11.498Z
|
||||
- commits:
|
||||
- subject: 'Tests: add verification of ''pkg'' warnings against saved output'
|
||||
hash: 94f3825119e6b0d9324caeb4fad331f4a9aca6d9
|
||||
|
@ -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.13.0 - 2020-08-07
|
||||
|
||||
* devices: Add '--json' option to help with scripting [Paulo Castro]
|
||||
|
||||
## 12.12.2 - 2020-08-07
|
||||
|
||||
* Tests: add verification of 'pkg' warnings against saved output [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.12.2",
|
||||
"version": "12.13.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.12.2",
|
||||
"version": "12.13.0",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user