This commit is contained in:
Balena CI 2020-06-29 11:55:32 +03:00 committed by VersionBot
parent 0ce035f379
commit 361e54b3bd
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Add --multi-dockerignore (-m) option to push/build/deploy commands
hash: eaf61d801c3e4fdfa131b0a841a2a769a4b3fd8b
body: ''
footer:
Connects-to: '#1870'
connects-to: '#1870'
Change-type: minor
change-type: minor
author: Paulo Castro
version: 12.2.0
date: 2020-06-28T22:58:06.428Z
- commits:
- subject: Recategorize some errors as expected.
hash: 1308b64c67f4b0f8d665e086971ed1e7549e22d8

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.0 - 2020-06-28
* Add --multi-dockerignore (-m) option to push/build/deploy commands [Paulo Castro]
## 12.1.16 - 2020-06-26
* Recategorize some errors as expected. [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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