mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v12.1.12
This commit is contained in:
parent
01c12dd5bf
commit
4f7ea7e32a
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.1.11",
|
||||
"version": "12.1.12",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user