This commit is contained in:
Resin CI 2019-08-16 09:51:01 +03:00
parent b4c99dc03a
commit 2ee2bc8b02
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Fix incorrect arguments passed to oclif bootstrap function
hash: 730c09989d401b2a14d1b6ceb8942161c330f52d
body: |
Adds tests for existing oclif commands to avoid regressions
footer:
Change-type: patch
change-type: patch
Signed-off-by: Lucian <lucian.buzzo@gmail.com>
signed-off-by: Lucian <lucian.buzzo@gmail.com>
author: Lucian
version: 11.8.1
date: 2019-08-15T17:28:53.171Z
- commits:
- subject: 'Implement full command testing, beginning with "balena version"'
hash: 4d389bb6ccbfb7774e94d151fc8063a35031aba9

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.8.1 - 2019-08-15
* Fix incorrect arguments passed to oclif bootstrap function [Lucian]
## 11.8.0 - 2019-08-13
* Implement full command testing, beginning with "balena version" [Lucian]

2
npm-shrinkwrap.json generated
View File

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

View File

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