mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v12.14.0
This commit is contained in:
parent
88523a2887
commit
bf22d9eaa8
@ -1,3 +1,17 @@
|
||||
- commits:
|
||||
- subject: >-
|
||||
Live push: Accept Dockerfile ENV instructions in live push to local
|
||||
device
|
||||
hash: e8eb031253fb632f86970ae0c8fb2d3dc94b8ddf
|
||||
body: |
|
||||
Update livepush, chokidar and @types/dockerode dependencies
|
||||
footer:
|
||||
Change-type: minor
|
||||
change-type: minor
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: 12.14.0
|
||||
date: 2020-08-07T20:12:47.522Z
|
||||
- commits:
|
||||
- subject: 'devices: Add ''--json'' option to help with scripting'
|
||||
hash: 62dfae371c31b1267d5f517226f5f117d5a6986e
|
||||
|
@ -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.14.0 - 2020-08-07
|
||||
|
||||
* Live push: Accept Dockerfile ENV instructions in live push to local device [Paulo Castro]
|
||||
|
||||
## 12.13.0 - 2020-08-07
|
||||
|
||||
* devices: Add '--json' option to help with scripting [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.13.0",
|
||||
"version": "12.14.0",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.13.0",
|
||||
"version": "12.14.0",
|
||||
"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