This commit is contained in:
Balena CI 2020-05-11 15:38:28 +03:00 committed by VersionBot
parent d7021a556e
commit 2611ea22f9
4 changed files with 26 additions and 2 deletions

View File

@ -1,3 +1,23 @@
- commits:
- subject: Add a deprecation policy
hash: 9412a21d40be5368866d754d66cf19443df51662
body: ''
footer:
Resolves: '#1802'
resolves: '#1802'
Change-type: minor
change-type: minor
See: >-
https://www.flowdock.com/app/rulemotion/r-product/threads/A6-bJBldfUFnhG9vixTz-DLz9iB
see: >-
https://www.flowdock.com/app/rulemotion/r-product/threads/A6-bJBldfUFnhG9vixTz-DLz9iB
HQ: 'https://github.com/balena-io/balena/issues/2032'
hq: 'https://github.com/balena-io/balena/issues/2032'
Signed-off-by: Thodoris Greasidis <thodoris@balena.io>
signed-off-by: Thodoris Greasidis <thodoris@balena.io>
author: Thodoris Greasidis
version: 11.33.0
date: 2020-05-11T08:16:59.444Z
- commits:
- subject: 'Improve presentation of errors, help'
hash: 98a2c0635db750e86c6f7d980b2ee3a04677a560

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.33.0 - 2020-05-11
* Add a deprecation policy [Thodoris Greasidis]
## 11.32.15 - 2020-05-06
* Improve presentation of errors, help [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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