This commit is contained in:
Balena CI 2020-05-01 12:58:14 +03:00 committed by VersionBot
parent ec17ed6ef2
commit 4f6550e7eb
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Enforce lazy loading via tslint import-blacklist
hash: 0df6368ab94667bce995f239290de3e5f347f865
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.32.8
date: 2020-05-01T09:36:29.379Z
- commits: - commits:
- subject: Convert app commands to oclif - subject: Convert app commands to oclif
hash: 3b519f02581d19cb48e2aaa3b1f3cadd1c007fab hash: 3b519f02581d19cb48e2aaa3b1f3cadd1c007fab

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 11.32.8 - 2020-05-01
* Enforce lazy loading via tslint import-blacklist [Pagan Gazzard]
## 11.32.7 - 2020-05-01 ## 11.32.7 - 2020-05-01
* Convert app commands to oclif [Scott Lowe] * Convert app commands to oclif [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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