This commit is contained in:
Balena CI 2020-06-29 22:53:40 +03:00 committed by VersionBot
parent f9a05fe257
commit a039ec86dd
4 changed files with 22 additions and 2 deletions

View File

@ -1,3 +1,19 @@
- commits:
- subject: Add back the device mac_address field
hash: 6add63c6acc08b6b2cdab255b8368860ee821da9
body: |
Looks like this was accidentally removed during the
oclif refactor of `balena device`
footer:
Change-type: patch
change-type: patch
See: 'https://github.com/balena-io/balena-cli/pull/1871'
see: 'https://github.com/balena-io/balena-cli/pull/1871'
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
version: 12.2.1
date: 2020-06-29T14:10:28.129Z
- commits:
- subject: Add --multi-dockerignore (-m) option to push/build/deploy commands
hash: eaf61d801c3e4fdfa131b0a841a2a769a4b3fd8b

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.2.1 - 2020-06-29
* Add back the device mac_address field [Thodoris Greasidis]
## 12.2.0 - 2020-06-28
* Add --multi-dockerignore (-m) option to push/build/deploy commands [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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