This commit is contained in:
Balena CI 2020-12-04 03:22:19 +02:00 committed by VersionBot
parent 3b05971098
commit 090fc58d10
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: 'devices: Don''t truncate device UUID to 7 chars when --json is used'
hash: aae6aff3e900c058eb746265f4ee95f677509791
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.29.1
date: 2020-12-04T00:47:17.501Z
- commits:
- subject: 'scan: Print production devices'' info on scan'
hash: 7d5a64f59a47c3a051fb2cbe9e45a71029cca694

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.29.1 - 2020-12-04
* devices: Don't truncate device UUID to 7 chars when --json is used [Paulo Castro]
## 12.29.0 - 2020-12-01
* scan: Print production devices' info on scan [Marios Balamatsias]

2
npm-shrinkwrap.json generated
View File

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

View File

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