From a348528ed3ea4f5056f36828902417195750dfd3 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 30 Apr 2020 14:45:04 +0300 Subject: [PATCH] v11.31.27 --- .versionbot/CHANGELOG.yml | 10 ++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 16 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index daa968e1..c398b9ee 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: Convert lib/actions/help.coffee to javascript + hash: a97398950e2ace9d4346aabeb067385d4218cc3c + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 11.31.27 + date: 2020-04-30T10:59:25.400Z - commits: - subject: >- balena build/deploy: Update QEMU version to support newer balenalib diff --git a/CHANGELOG.md b/CHANGELOG.md index 8b011289..1c2bd29d 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.31.27 - 2020-04-30 + +* Convert lib/actions/help.coffee to javascript [Pagan Gazzard] + ## 11.31.26 - 2020-04-30 * balena build/deploy: Update QEMU version to support newer balenalib images [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 090605d0..132af14f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.31.26", + "version": "11.31.27", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index e4d33c2d..10a80ede 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.31.26", + "version": "11.31.27", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",