mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-27 14:30:07 +00:00
v11.32.8
This commit is contained in:
parent
ec17ed6ef2
commit
4f6550e7eb
@ -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:
|
||||
- subject: Convert app commands to oclif
|
||||
hash: 3b519f02581d19cb48e2aaa3b1f3cadd1c007fab
|
||||
|
@ -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.8 - 2020-05-01
|
||||
|
||||
* Enforce lazy loading via tslint import-blacklist [Pagan Gazzard]
|
||||
|
||||
## 11.32.7 - 2020-05-01
|
||||
|
||||
* Convert app commands to oclif [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.32.7",
|
||||
"version": "11.32.8",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.32.7",
|
||||
"version": "11.32.8",
|
||||
"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