This commit is contained in:
Balena CI 2020-06-26 13:27:24 +03:00 committed by VersionBot
parent 5b95a16fe1
commit 674dccef21
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Import just strip-tags from common-tags to reduce startup time
hash: 667358b23e1ac184fdcb2d64f37a5074e6a0075a
body: |
This saves ~100ms for me on startup with no fast-boot cache and ~50ms
with a fast-boot cache
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 12.1.14
date: 2020-06-25T21:58:57.517Z
- commits:
- subject: Improve documentation regarding Windows support for `os configure`.
hash: b50fef8cb40d32c55639090bbf7d710d7d9c37da

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.1.14 - 2020-06-25
* Import just strip-tags from common-tags to reduce startup time [Pagan Gazzard]
## 12.1.13 - 2020-06-25
* Improve documentation regarding Windows support for `os configure`. [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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