This commit is contained in:
Balena CI 2020-06-22 14:52:51 +03:00 committed by VersionBot
parent f5f0c7b4a7
commit 24d6b7fa38
4 changed files with 24 additions and 2 deletions

View File

@ -1,3 +1,20 @@
- commits:
- subject: Add runtime warning for unused .dockerignore files
hash: 11d1a3f5a066f826ceda41929290ccf4ce645f0e
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Improve error handling for oclif "missing required arg"
hash: 2859d16b3172332f400c08d786a6538bf126be90
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 12.1.3
date: 2020-06-22T00:26:57.962Z
- commits:
- subject: Convert device os-update command to oclif
hash: ebb0ec5287587beb52a63bbf35052fe643d9c313

View File

@ -4,6 +4,11 @@ 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.1.3 - 2020-06-22
* Add runtime warning for unused .dockerignore files [Paulo Castro]
* Improve error handling for oclif "missing required arg" [Paulo Castro]
## 12.1.2 - 2020-06-19
* Convert device os-update command to oclif [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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