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: - commits:
- subject: 'scan: Print production devices'' info on scan' - subject: 'scan: Print production devices'' info on scan'
hash: 7d5a64f59a47c3a051fb2cbe9e45a71029cca694 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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). 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 ## 12.29.0 - 2020-12-01
* scan: Print production devices' info on scan [Marios Balamatsias] * scan: Print production devices' info on scan [Marios Balamatsias]

2
npm-shrinkwrap.json generated
View File

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

View File

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