mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.2.1
This commit is contained in:
parent
f9a05fe257
commit
a039ec86dd
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.2.0",
|
||||
"version": "12.2.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user