v11.35.21

This commit is contained in:
Balena CI 2020-06-11 18:39:32 +03:00 committed by VersionBot
parent 656591fde4
commit 6dc0fe10bc
4 changed files with 18 additions and 2 deletions

View File

@ -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 <rich@balena.io>
signed-off-by: Rich Bayliss <rich@balena.io>
author: Rich Bayliss
version: 11.35.21
date: 2020-06-11T15:06:38.027Z
- commits: - commits:
- subject: Restrict error handler typing - subject: Restrict error handler typing
hash: ff282205d55d6f48ee0149390f32c3d4a897fb4b hash: ff282205d55d6f48ee0149390f32c3d4a897fb4b

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). 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 ## 11.35.20 - 2020-06-10
* Restrict error handler typing [Scott Lowe] * Restrict error handler typing [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.35.20", "version": "11.35.21",
"description": "The official balena CLI tool", "description": "The official balena CLI tool",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",