From cfbf00f5434630dcdd9b86078df45f3ea10e0fd1 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 24 Jun 2020 15:05:43 +0300 Subject: [PATCH] v12.1.7 --- .versionbot/CHANGELOG.yml | 10 ++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 78662610..b5a6d40e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: Cache username for a given auth to avoid fetching it every time + hash: 2f7dd54e370467ab7833e02a90e2c41e3964c9fd + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 12.1.7 + date: 2020-06-24T11:38:57.254Z - commits: - subject: Make offline device error handling more robust. hash: 4656f8f11d2fc73b1eb4043b63b8fd037826b791 diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fa57c41..33578394 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.7 - 2020-06-24 + +* Cache username for a given auth to avoid fetching it every time [Pagan Gazzard] + ## 12.1.6 - 2020-06-24 * Make offline device error handling more robust. [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 4d1c7c8e..f2a8120d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.1.6", + "version": "12.1.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6d2a2d6d..8f7973ed 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.1.6", + "version": "12.1.7", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",