mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-13 22:22:58 +00:00
v11.32.9
This commit is contained in:
parent
6167c7b8b3
commit
1d9a397f71
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.32.8",
|
||||
"version": "11.32.9",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user