This commit is contained in:
Balena CI 2020-06-30 18:02:52 +03:00 committed by VersionBot
parent 63e30a025e
commit 21c8a38c22
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Generate/include an oclif.manifest.json when packaging
hash: d0a4ff0d6b05a328be76ec593abe1d4b2e3c5d50
body: |
This saves ~220ms for me when running oclif commands
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 12.3.3
date: 2020-06-30T14:04:37.657Z
- commits:
- subject: Stop importing specific lodash files
hash: 2a3479c7c6a034364b8a1ca6fb83b36766352416

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.3 - 2020-06-30
* Generate/include an oclif.manifest.json when packaging [Pagan Gazzard]
## 12.3.2 - 2020-06-30
* Stop importing specific lodash files [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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