From 9756efb53930d2dca5245a257d73a33e1dc8cf60 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 11 May 2020 21:02:19 +0300 Subject: [PATCH] v11.33.1 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 7aef9a51..3b081344 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Update resin-multibuild + hash: 127560fa6548aaf0a72ee6050df81fdca11109c5 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Scott Lowe + signed-off-by: Scott Lowe + author: Scott Lowe + version: 11.33.1 + date: 2020-05-11T17:29:36.958Z - commits: - subject: Add a deprecation policy hash: 9412a21d40be5368866d754d66cf19443df51662 diff --git a/CHANGELOG.md b/CHANGELOG.md index b03a8727..5614e940 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.1 - 2020-05-11 + +* Update resin-multibuild [Scott Lowe] + ## 11.33.0 - 2020-05-11 * Add a deprecation policy [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index bfd9e88f..65530e1d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.33.0", + "version": "11.33.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 6e057402..8b7c7cd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.33.0", + "version": "11.33.1", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",