This commit is contained in:
Balena CI 2020-04-21 10:52:06 +03:00
parent 66b9f5a337
commit 2de33d185a
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Add test coverage for validation module
hash: bbcb3a702fd1d80c4302b757d4a3c7f9a899b998
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.31.6
date: 2020-04-21T07:26:28.345Z
- commits:
- subject: 'convert commands `key`, `keys`, `key add`, `key rm` to oclif.'
hash: be82bcfa630631cb62bc6b586bed3fcdc501f2f8

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.31.6 - 2020-04-21
* Add test coverage for validation module [Scott Lowe]
## 11.31.5 - 2020-04-20
* convert commands `key`, `keys`, `key add`, `key rm` to oclif. [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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