This commit is contained in:
Balena CI 2020-05-21 14:27:10 +03:00 committed by VersionBot
parent d1b4560b37
commit 175413af34
4 changed files with 18 additions and 2 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Fix caching by preserving all file stats when pushing to device or cloud
hash: 77f3fa4b6c2d102e7a14fcb7b2ddea2ebed8c955
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Cameron Diver <cameron@balena.io>
signed-off-by: Cameron Diver <cameron@balena.io>
author: Cameron Diver
version: 11.35.5
date: 2020-05-21T11:03:27.373Z
- commits:
- subject: Add unit tests for errors module
hash: 92bfa574e323a6b388a084707852c5beb976e55d

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.5 - 2020-05-21
* Fix caching by preserving all file stats when pushing to device or cloud [Cameron Diver]
## 11.35.4 - 2020-05-19
* Add unit tests for errors module [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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