This commit is contained in:
Balena CI 2020-06-25 02:20:42 +03:00 committed by VersionBot
parent 01c12dd5bf
commit 4f7ea7e32a
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Use native fs promises rather than promisify or mz
hash: b114697cab11ab27c8cdae74397e97598037db58
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 12.1.12
date: 2020-06-24T22:51:07.582Z
- commits:
- subject: Use cacheScope for fast-boot2 to allow caching when globally installed
hash: c054d5545610464d64516b126caf4389df32e9c4

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.12 - 2020-06-24
* Use native fs promises rather than promisify or mz [Pagan Gazzard]
## 12.1.11 - 2020-06-24
* Use cacheScope for fast-boot2 to allow caching when globally installed [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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