diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d0d67ce8..ea5d5ab1 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index e8572b8c..7b88f79d 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.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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 8741ad59..d151a9a5 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.3.2", + "version": "12.3.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 0d97fd18..2c6b7166 100644 --- a/package.json +++ b/package.json @@ -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",