mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v11.8.1
This commit is contained in:
parent
b4c99dc03a
commit
2ee2bc8b02
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.8.0",
|
||||
"version": "11.8.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user