This commit is contained in:
Balena CI 2020-05-13 01:17:16 +03:00 committed by VersionBot
parent 81b620f55e
commit 0dde84ec0b
4 changed files with 16 additions and 3 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Re-create standalone zip package (release asset) for Windows
hash: 4b056b4d4ce13b8e955af4e148d663ee97103dad
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.33.4
date: 2020-05-12T21:26:55.184Z
- commits: - commits:
- subject: Fix usage of livepush v3 features - subject: Fix usage of livepush v3 features
hash: 4e50d08f7be174b23a470e4d9d38057763f329ba hash: 4e50d08f7be174b23a470e4d9d38057763f329ba

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 11.33.4 - 2020-05-12
* Re-create standalone zip package (release asset) for Windows [Paulo Castro]
## 11.33.3 - 2020-05-12 ## 11.33.3 - 2020-05-12
* Fix usage of livepush v3 features [Cameron Diver] * Fix usage of livepush v3 features [Cameron Diver]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "11.33.3", "version": "11.33.4",
"description": "The official balena CLI tool", "description": "The official balena CLI tool",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",
@ -260,4 +260,3 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
} }
} }