From 43b1c5c24fc36eefd89da4d359c75bab470ad0e4 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 31 Mar 2020 14:21:28 +0300 Subject: [PATCH] v11.30.9 --- .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 87ce0733..4a298e3d 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,13 @@ +- commits: + - subject: Convert lib/actions/local/common.coffee to javascript + hash: 1a71bad8bbcd231b886fa6f406ca29ee42deae42 + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + version: 11.30.9 + date: 2020-03-31T11:00:19.322Z - commits: - subject: Update README regarding proxy server support hash: 3e955f3a910a305fc89eacff57d3df9c65a6a2b4 diff --git a/CHANGELOG.md b/CHANGELOG.md index 0509f9f7..914976b1 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.30.9 - 2020-03-31 + +* Convert lib/actions/local/common.coffee to javascript [Pagan Gazzard] + ## 11.30.8 - 2020-03-30 * Update README regarding proxy server support [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 79749bf1..42ee120f 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.30.8", + "version": "11.30.9", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index d9f189a0..bb491552 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.30.8", + "version": "11.30.9", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",