This commit is contained in:
Balena CI 2020-05-19 17:40:08 +03:00 committed by VersionBot
parent df440f0580
commit a21d3fe2d2
4 changed files with 20 additions and 2 deletions

View File

@ -1,3 +1,17 @@
- commits:
- subject: Add unit tests for errors module
hash: 92bfa574e323a6b388a084707852c5beb976e55d
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
Resolves: '#1807'
resolves: '#1807'
author: Scott Lowe
version: 11.35.4
date: 2020-05-19T14:16:53.022Z
- commits:
- subject: Update typescript to 3.9
hash: 744122b1b8dc9884e57638bb7f86776598714a62

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/).
## 11.35.4 - 2020-05-19
* Add unit tests for errors module [Scott Lowe]
## 11.35.3 - 2020-05-18
* Update typescript to 3.9 [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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