v11.31.10

This commit is contained in:
Balena CI 2020-04-22 17:07:19 +03:00
parent 247f31a3cc
commit e6264ced7a
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: 'Convert command `scan` to TypeScript, migrate to oclif'
hash: a2b761ec4b3f3aaee565b7ebfa43fb4bae429455
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.10
date: 2020-04-22T11:16:16.051Z
- commits:
- subject: >-
Update patch-package (fix remaining source of seemingly random ENOENT

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.10 - 2020-04-22
* Convert command `scan` to TypeScript, migrate to oclif [Scott Lowe]
## 11.31.9 - 2020-04-22
* Update patch-package (fix remaining source of seemingly random ENOENT error) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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