This commit is contained in:
Balena CI 2020-03-24 18:18:18 +02:00
parent 448211e49c
commit 3e1b10007a
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Add support for authentication checking to oclif
hash: 8658104647def05094609a498407ca0937de5c5b
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.30.2
date: 2020-03-24T09:22:04.325Z
- commits:
- subject: Add support for `root` property on oclif commands
hash: f24c4a036c1781c745b60eafbb8daa8ee1f56042

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.30.2 - 2020-03-24
* Add support for authentication checking to oclif [Scott Lowe]
## 11.30.1 - 2020-03-19
* Add support for `root` property on oclif commands [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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