This commit is contained in:
Balena CI 2020-07-08 20:46:13 +03:00 committed by VersionBot
parent b15f4de899
commit 0bd27bd7ac
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Reduce lodash usage in oclif actions
hash: 5242510481bd7aa6c233e22a6029affb10f0954a
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 12.6.4
date: 2020-07-08T17:06:24.665Z
- commits:
- subject: Improve help description for --nocache option of `balena push`
hash: b1ab0337c08c6a0d9773b71fafd0e5fdd2c24981

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.4 - 2020-07-08
* Reduce lodash usage in oclif actions [Pagan Gazzard]
## 12.6.3 - 2020-07-08
* Improve help description for --nocache option of `balena push` [Vipul Gupta (@vipulgupta2048)]

2
npm-shrinkwrap.json generated
View File

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

View File

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