This commit is contained in:
Balena CI 2020-07-09 13:22:52 +03:00 committed by VersionBot
parent 73ba4a1283
commit e2c9bf86c7
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Enforce and improve lazy loading of resin-cli-form
hash: eea8c83bff0bc135bf7e5fb8d881aea5671462b8
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 12.6.5
date: 2020-07-09T09:53:48.653Z
- commits:
- subject: Reduce lodash usage in oclif actions
hash: 5242510481bd7aa6c233e22a6029affb10f0954a

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/).
## 12.6.5 - 2020-07-09
* Enforce and improve lazy loading of resin-cli-form [Pagan Gazzard]
## 12.6.4 - 2020-07-08
* Reduce lodash usage in oclif actions [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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