mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 10:46:34 +00:00
v12.1.3
This commit is contained in:
parent
f5f0c7b4a7
commit
24d6b7fa38
@ -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:
|
- commits:
|
||||||
- subject: Convert device os-update command to oclif
|
- subject: Convert device os-update command to oclif
|
||||||
hash: ebb0ec5287587beb52a63bbf35052fe643d9c313
|
hash: ebb0ec5287587beb52a63bbf35052fe643d9c313
|
||||||
|
@ -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!
|
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.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
|
## 12.1.2 - 2020-06-19
|
||||||
|
|
||||||
* Convert device os-update command to oclif [Scott Lowe]
|
* Convert device os-update command to oclif [Scott Lowe]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.1.2",
|
"version": "12.1.3",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.1.2",
|
"version": "12.1.3",
|
||||||
"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…
Reference in New Issue
Block a user