This commit is contained in:
Balena CI 2020-06-24 16:31:24 +03:00 committed by VersionBot
parent f3d86ab37c
commit a26c3912d3
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Standardize all references to Bluebird
hash: 420a282bea1632842a77e3d62488f7aa60301d34
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 12.1.8
date: 2020-06-24T13:24:26.013Z
- commits:
- subject: Cache username for a given auth to avoid fetching it every time
hash: 2f7dd54e370467ab7833e02a90e2c41e3964c9fd

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.8 - 2020-06-24
* Standardize all references to Bluebird [Pagan Gazzard]
## 12.1.7 - 2020-06-24
* Cache username for a given auth to avoid fetching it every time [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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