From 6dc0fe10bcae43855b2be284f75222007bb85899 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 11 Jun 2020 18:39:32 +0300 Subject: [PATCH] v11.35.21 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 08c99476..f8c9f440 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Allow setting the initialDeviceName + hash: d967b942e0cce1df9774fac0cfa3b1f33a2c5fdf + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Rich Bayliss + signed-off-by: Rich Bayliss + author: Rich Bayliss + version: 11.35.21 + date: 2020-06-11T15:06:38.027Z - commits: - subject: Restrict error handler typing hash: ff282205d55d6f48ee0149390f32c3d4a897fb4b diff --git a/CHANGELOG.md b/CHANGELOG.md index 6b2cf8d9..4a07c2ea 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/). +## 11.35.21 - 2020-06-11 + +* Allow setting the initialDeviceName [Rich Bayliss] + ## 11.35.20 - 2020-06-10 * Restrict error handler typing [Scott Lowe] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b869947b..9417505b 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.35.20", + "version": "11.35.21", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 4ba1cbbe..f61ebc9c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.35.20", + "version": "11.35.21", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",