mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v11.35.4
This commit is contained in:
parent
df440f0580
commit
a21d3fe2d2
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.35.3",
|
||||
"version": "11.35.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user