v12.14.10

This commit is contained in:
Balena CI 2020-08-15 01:49:55 +03:00 committed by VersionBot
parent abc62404ab
commit 64ebebb121
4 changed files with 17 additions and 2 deletions

View File

@ -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

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! 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
View File

@ -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": {

View File

@ -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",