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