mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v11.35.5
This commit is contained in:
parent
d1b4560b37
commit
175413af34
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.35.4",
|
||||
"version": "11.35.5",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user