This commit is contained in:
Balena CI 2020-05-22 15:13:49 +03:00 committed by VersionBot
parent 6a019af25f
commit e5861a708e
4 changed files with 28 additions and 2 deletions

View File

@ -1,3 +1,24 @@
- commits:
- subject: Convert selected functions to Typescript and async/await (compose.js)
hash: 8522363cd31a2c0b117b36b6b7da7a86b06da640
body: ''
footer:
Connects-to: '#1045'
connects-to: '#1045'
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Add tests for 'balena deploy'
hash: 480228d8f4c793983ed1a7feea54ae89d8c62907
body: ''
footer:
Connects-to: '#1045'
connects-to: '#1045'
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.35.6
date: 2020-05-21T23:28:17.046Z
- commits:
- subject: Fix caching by preserving all file stats when pushing to device or cloud
hash: 77f3fa4b6c2d102e7a14fcb7b2ddea2ebed8c955

View File

@ -4,6 +4,11 @@ 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.6 - 2020-05-21
* Convert selected functions to Typescript and async/await (compose.js) [Paulo Castro]
* Add tests for 'balena deploy' [Paulo Castro]
## 11.35.5 - 2020-05-21
* Fix caching by preserving all file stats when pushing to device or cloud [Cameron Diver]

2
npm-shrinkwrap.json generated
View File

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

View File

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