mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.1.7
This commit is contained in:
parent
83888210d6
commit
cfbf00f543
@ -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
|
||||
|
@ -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]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.1.6",
|
||||
"version": "12.1.7",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user