mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
v12.3.3
This commit is contained in:
parent
63e30a025e
commit
21c8a38c22
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.3.2",
|
||||
"version": "12.3.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user