v11.31.11

This commit is contained in:
Balena CI 2020-04-22 18:37:33 +03:00
parent 81c5a62380
commit fe0ad92b43
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Avoid patch-package warning with 'npm install -g --production'
hash: ebdd04ec735ffaef239f5d5b41fbc1535a885b16
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.31.11
date: 2020-04-22T15:04:59.205Z
- commits:
- subject: 'Convert command `scan` to TypeScript, migrate to oclif'
hash: a2b761ec4b3f3aaee565b7ebfa43fb4bae429455

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.11 - 2020-04-22
* Avoid patch-package warning with 'npm install -g --production' [Paulo Castro]
## 11.31.10 - 2020-04-22
* Convert command `scan` to TypeScript, migrate to oclif [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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