mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
v12.3.2
This commit is contained in:
parent
a252a550ff
commit
c95568b5a4
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.3.1",
|
||||
"version": "12.3.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user