v12.44.27

This commit is contained in:
Balena CI 2021-07-23 14:25:16 +03:00 committed by VersionBot
parent be0622ec80
commit 918c2e912d
4 changed files with 20 additions and 3 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: >-
docs: Add entry to FAQ/Troubleshooting for ETIMEDOUT with 'balena
tunnel'
hash: 07eef7bb494425f0758514594d9f0294ef8ec83b
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.44.27
date: 2021-07-23T11:00:42.485Z
- commits:
- subject: 'config write: Fix EBUSY error on macOS'
hash: e624726e4470e2093370ad4ff44eaaf50ff2823a

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.44.27 - 2021-07-23
* docs: Add entry to FAQ/Troubleshooting for ETIMEDOUT with 'balena tunnel' [Paulo Castro]
## 12.44.26 - 2021-07-21
* config write: Fix EBUSY error on macOS [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.44.26",
"version": "12.44.27",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -287,6 +287,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2021-07-21T23:55:29.698Z"
"publishedAt": "2021-07-23T11:00:43.967Z"
}
}