From 6b0f645094b34ed2207d24a0cd156a774af78014 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Thu, 23 Apr 2020 14:15:45 +0300 Subject: [PATCH] v11.31.12 --- .versionbot/CHANGELOG.yml | 24 ++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 32 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 114cfbb0..be727929 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,27 @@ +- commits: + - subject: Convert lib/actions/local/index.coffee to typescript + hash: da5e26f37ef190ddca5bc61ec4607e5f410109fe + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + - subject: Convert lib/actions/local/configure.coffee to javascript + hash: 9447195c2654f257686b078bc9efd47fd4297bbd + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + - subject: Convert lib/utils/tty to typescript + hash: 9fda165d3498c873e9ebd4b8cbc70affe13e9dac + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 11.31.12 + date: 2020-04-23T10:32:39.717Z - commits: - subject: Avoid patch-package warning with 'npm install -g --production' hash: ebdd04ec735ffaef239f5d5b41fbc1535a885b16 diff --git a/CHANGELOG.md b/CHANGELOG.md index 07785458..4197c0d3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.12 - 2020-04-23 + +* Convert lib/actions/local/index.coffee to typescript [Pagan Gazzard] +* Convert lib/actions/local/configure.coffee to javascript [Pagan Gazzard] +* Convert lib/utils/tty to typescript [Pagan Gazzard] + ## 11.31.11 - 2020-04-22 * Avoid patch-package warning with 'npm install -g --production' [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9a4e6352..f9e8221d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.31.11", + "version": "11.31.12", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1d2af7e5..412900fe 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.31.11", + "version": "11.31.12", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",