This commit is contained in:
Balena CI 2020-06-11 20:04:33 +03:00 committed by VersionBot
parent 36e4b3249c
commit b32ae4a667
4 changed files with 24 additions and 2 deletions

View File

@ -1,3 +1,21 @@
- commits:
- subject: 'balena device: Add the mac_address field'
hash: 41e5fdbe27f262354b43efd8dbd2ed3d52a74264
body: ''
footer:
Connects-to: '#1857'
connects-to: '#1857'
HQ: 'https://github.com/balena-io/balena/issues/2195'
hq: 'https://github.com/balena-io/balena/issues/2195'
Depends-on: 'https://github.com/balena-io/balena-sdk/pull/914'
depends-on: 'https://github.com/balena-io/balena-sdk/pull/914'
Change-type: minor
change-type: minor
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
version: 11.36.0
date: 2020-06-11T16:10:49.789Z
- commits:
- subject: Allow setting the initialDeviceName
hash: d967b942e0cce1df9774fac0cfa3b1f33a2c5fdf

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/).
## 11.36.0 - 2020-06-11
* balena device: Add the mac_address field [Thodoris Greasidis]
## 11.35.21 - 2020-06-11
* Allow setting the initialDeviceName [Rich Bayliss]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.35.21",
"version": "11.36.0",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",