mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
v11.33.4
This commit is contained in:
parent
81b620f55e
commit
0dde84ec0b
@ -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:
|
||||
- subject: Fix usage of livepush v3 features
|
||||
hash: 4e50d08f7be174b23a470e4d9d38057763f329ba
|
||||
|
@ -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.33.4 - 2020-05-12
|
||||
|
||||
* Re-create standalone zip package (release asset) for Windows [Paulo Castro]
|
||||
|
||||
## 11.33.3 - 2020-05-12
|
||||
|
||||
* Fix usage of livepush v3 features [Cameron Diver]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.33.3",
|
||||
"version": "11.33.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.33.3",
|
||||
"version": "11.33.4",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -260,4 +260,3 @@
|
||||
"windosu": "^0.3.0"
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user