mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 22:23:07 +00:00
v12.1.14
This commit is contained in:
parent
5b95a16fe1
commit
674dccef21
@ -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:
|
- commits:
|
||||||
- subject: Improve documentation regarding Windows support for `os configure`.
|
- subject: Improve documentation regarding Windows support for `os configure`.
|
||||||
hash: b50fef8cb40d32c55639090bbf7d710d7d9c37da
|
hash: b50fef8cb40d32c55639090bbf7d710d7d9c37da
|
||||||
|
@ -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!
|
automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
|
||||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
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
|
## 12.1.13 - 2020-06-25
|
||||||
|
|
||||||
* Improve documentation regarding Windows support for `os configure`. [Scott Lowe]
|
* Improve documentation regarding Windows support for `os configure`. [Scott Lowe]
|
||||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.1.13",
|
"version": "12.1.14",
|
||||||
"lockfileVersion": 1,
|
"lockfileVersion": 1,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "12.1.13",
|
"version": "12.1.14",
|
||||||
"description": "The official balena CLI tool",
|
"description": "The official balena CLI tool",
|
||||||
"main": "./build/app.js",
|
"main": "./build/app.js",
|
||||||
"homepage": "https://github.com/balena-io/balena-cli",
|
"homepage": "https://github.com/balena-io/balena-cli",
|
||||||
|
Loading…
Reference in New Issue
Block a user