This commit is contained in:
Balena CI 2020-05-01 07:26:14 +03:00 committed by VersionBot
parent d8e1cd6597
commit bcd49e0292
4 changed files with 18 additions and 2 deletions

@ -1,3 +1,15 @@
- commits:
- subject: Modify oclif help to match balena conventions
hash: 52c2b041da70967617a0cef633df6d1affcce8c3
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
version: 11.32.5
date: 2020-05-01T04:01:59.225Z
- commits:
- subject: Convert gulpfile.coffee to javascript
hash: ab526c9ed825e2b4a44a8280dc6f4bda1a023c0a

@ -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.32.5 - 2020-05-01
* Modify oclif help to match balena conventions [Scott Lowe]
## 11.32.4 - 2020-04-30
* Convert gulpfile.coffee to javascript [Pagan Gazzard]

2
npm-shrinkwrap.json generated

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

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