From c95568b5a43d7d694d3d08205ab37fe5e62e30d6 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 30 Jun 2020 16:36:50 +0300 Subject: [PATCH] v12.3.2 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 90d6ac46..d0d67ce8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Stop importing specific lodash files + hash: 2a3479c7c6a034364b8a1ca6fb83b36766352416 + body: | + We already import the entirety of lodash so importing the individual + files just adds time to also import the single file versions + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 12.3.2 + date: 2020-06-30T12:55:08.499Z - commits: - subject: 'CODEOWNERS: Change to use the respective GitHub team' hash: 7ee59b56c7813d8126482b4485a3462c90267f4e diff --git a/CHANGELOG.md b/CHANGELOG.md index adf13eeb..e8572b8c 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.3.2 - 2020-06-30 + +* Stop importing specific lodash files [Pagan Gazzard] + ## 12.3.1 - 2020-06-30 * CODEOWNERS: Change to use the respective GitHub team [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 5cb5eb59..8741ad59 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.3.1", + "version": "12.3.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c9032448..e2e70622 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.3.1", + "version": "12.3.2", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",