This commit is contained in:
Balena CI 2020-06-30 16:36:50 +03:00 committed by VersionBot
parent a252a550ff
commit c95568b5a4
4 changed files with 18 additions and 2 deletions

View File

@ -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

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.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]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -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",