From 0bd27bd7ac73fdc84833c08da4b4a7d25ee85c49 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 8 Jul 2020 20:46:13 +0300 Subject: [PATCH] v12.6.4 --- .versionbot/CHANGELOG.yml | 10 ++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 14e86d1b..cb2715ed 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 15956f44..a7cfe64b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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)] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index f77e7214..533d6e76 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.6.3", + "version": "12.6.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 68f9439c..5695f59d 100644 --- a/package.json +++ b/package.json @@ -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",