From 2ee2bc8b02c2d65246a5529689263819645e849d Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 16 Aug 2019 09:51:01 +0300 Subject: [PATCH] v11.8.1 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 19 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a25ca4a3..987e8d49 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 + signed-off-by: Lucian + 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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4d2cbaa8..bd978f02 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index ff4f2a27..73440c04 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.8.0", + "version": "11.8.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1265ff9a..76b1c31f 100644 --- a/package.json +++ b/package.json @@ -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",