v11.30.15

This commit is contained in:
Balena CI 2020-04-03 18:01:50 +03:00
parent 9812239862
commit 4fe5a10029
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: 'Convert `internal scandevices`, `internal osinit` to typescript & oclif'
hash: bc3fe296243a2e7d49e707b520f923f161205d9d
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.15
date: 2020-04-03T14:42:10.003Z
- commits:
- subject: Updated dependencies (vulnerability advisory CVE-2019-20149)
hash: 292ad89b7e19add49f2043045f491e512b86c03b

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.15 - 2020-04-03
* Convert `internal scandevices`, `internal osinit` to typescript & oclif [Scott Lowe]
## 11.30.14 - 2020-04-03
* Updated dependencies (vulnerability advisory CVE-2019-20149) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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