mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-05-04 10:03:05 +00:00
v12.14.10
This commit is contained in:
parent
abc62404ab
commit
64ebebb121
@ -1,3 +1,14 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: 'build: Fix --buildArg and --cache-from options (broken since v12.9.9)'
|
||||||
|
hash: af1c4b0d03aef17faa6873aa89164a37f4e44c77
|
||||||
|
body: ''
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Paulo Castro
|
||||||
|
nested: []
|
||||||
|
version: 12.14.10
|
||||||
|
date: 2020-08-14T22:20:30.315Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update dependencies
|
- subject: Update dependencies
|
||||||
hash: d7f49d2442bdf7860ed1ffd60d7c777d2e933429
|
hash: d7f49d2442bdf7860ed1ffd60d7c777d2e933429
|
||||||
|
@ -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.14.10 - 2020-08-14
|
||||||
|
|
||||||
|
* build: Fix --buildArg and --cache-from options (broken since v12.9.9) [Paulo Castro]
|
||||||
|
|
||||||
## 12.14.9 - 2020-08-14
|
## 12.14.9 - 2020-08-14
|
||||||
|
|
||||||
|
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.14.9",
|
"version": "12.14.10",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.14.9",
|
"version": "12.14.10",
|
||||||
"description": "The official balena CLI tool",
|
"description": "The official balena CLI tool",
|
||||||
"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