From ce01ce73b13464ab103ad974bfde830624156f31 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 30 Apr 2020 19:56:04 +0300 Subject: [PATCH] v11.32.3 --- .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 6f1446ad..bf37f232 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: Convert lib/actions/index.coffee to typescript + hash: 6d7d1956eae7e38e6387425651a7781db7b2f92e + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 11.32.3 + date: 2020-04-30T16:07:39.335Z - commits: - subject: Convert lib/utils/deploy.coffee to javascript hash: 73d6d7b2646220619aa915fca6b0b86ad0924549 diff --git a/CHANGELOG.md b/CHANGELOG.md index adbe02b2..4a0d7697 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.32.3 - 2020-04-30 + +* Convert lib/actions/index.coffee to typescript [Pagan Gazzard] + ## 11.32.2 - 2020-04-30 * Convert lib/utils/deploy.coffee to javascript [Pagan Gazzard] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index affa6ea1..74a0d54d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.32.2", + "version": "11.32.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1384565f..b52a1a0c 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.32.2", + "version": "11.32.3", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",