This commit is contained in:
Balena CI 2020-11-11 19:25:53 +02:00 committed by VersionBot
parent 54dc37dbd3
commit fa4f91e08d
4 changed files with 21 additions and 2 deletions

View File

@ -1,3 +1,18 @@
- commits:
- subject: Avoid reporting balenarc parsing errors
hash: 1b0c14feab4e3c12d459d26539f65895519f89cf
body: ''
footer:
Change-type: patch
change-type: patch
Connects-to: '#1100'
connects-to: '#1100'
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 12.27.3
date: 2020-11-11T16:54:11.888Z
- commits:
- subject: Modify `os download` help to mention dev images
hash: 7da9a800ccd2af0fbb051f1d95707e5d8623e227

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.27.3 - 2020-11-11
* Avoid reporting balenarc parsing errors [Scott Lowe]
## 12.27.2 - 2020-11-09
* Modify `os download` help to mention dev images [Thomas Manning]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.27.2",
"version": "12.27.3",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",