This commit is contained in:
Balena CI 2020-06-24 20:12:41 +03:00 committed by VersionBot
parent 051e1f1331
commit 14ce4d73b6
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Use cacheScope for fast-boot2 to allow caching when globally installed
hash: c054d5545610464d64516b126caf4389df32e9c4
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 12.1.11
date: 2020-06-24T16:44:44.999Z
- commits:
- subject: Simplify some exports
hash: 03eed32f12932dab3ce1c7c8197969892752c869

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.11 - 2020-06-24
* Use cacheScope for fast-boot2 to allow caching when globally installed [Pagan Gazzard]
## 12.1.10 - 2020-06-24
* Simplify some exports [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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