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