diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index cc6fd5e5..c06962b7 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index dd4b00ad..15d89f48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index a0ce21e9..92a245d2 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.33.3", + "version": "11.33.4", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index c865bcae..f5fbfb76 100644 --- a/package.json +++ b/package.json @@ -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" } } -