From 918c2e912dbe0417d7fa6d1dd23cc10206428f65 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 23 Jul 2021 14:25:16 +0300 Subject: [PATCH] v12.44.27 --- .versionbot/CHANGELOG.yml | 13 +++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 4 ++-- 4 files changed, 20 insertions(+), 3 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c4c7d66d..beae17a8 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 560a2077..4c6445cc 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.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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 18a6f1ff..c8694107 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.44.26", + "version": "12.44.27", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 838b875e..4cdcc60f 100644 --- a/package.json +++ b/package.json @@ -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" } }