This commit is contained in:
Balena CI 2020-05-01 14:16:11 +03:00 committed by VersionBot
parent 6167c7b8b3
commit 1d9a397f71
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Convert qemu.js to typescript
hash: 52bece7f17c9f4e49add600eba386b4ae4b37cc3
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.32.9
date: 2020-05-01T10:46:05.779Z
- commits:
- subject: Enforce lazy loading via tslint import-blacklist
hash: 0df6368ab94667bce995f239290de3e5f347f865

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.32.9 - 2020-05-01
* Convert qemu.js to typescript [Pagan Gazzard]
## 11.32.8 - 2020-05-01
* Enforce lazy loading via tslint import-blacklist [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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