mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-30 08:03:55 +00:00
v12.29.1
This commit is contained in:
parent
3b05971098
commit
090fc58d10
@ -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
|
||||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -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": {
|
||||||
|
@ -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",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user