This commit is contained in:
Balena CI 2019-09-23 11:47:15 +03:00
parent eac229ab7c
commit 9ea999f15f
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Send all debug output to stderr
hash: 7a865b2e151f54a0edf37c1884e362fc155214a3
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 11.11.3
date: 2019-09-19T12:28:38.243Z
- commits:
- subject: Use balena analytics project name
hash: c1ba73a2da4872412a8b56d3580d6617e2476606

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/).
## 11.11.3 - 2019-09-19
* Send all debug output to stderr [Cameron Diver]
## 11.11.2 - 2019-09-18
* Use balena analytics project name [Roman Mazur]

2
npm-shrinkwrap.json generated
View File

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

View File

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