From 7a8d746a547905eda97dc9d163b5f98f894d068c Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Tue, 27 Nov 2018 17:32:16 +0200 Subject: [PATCH] v9.3.3 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ed9a7c72..4f1cfd71 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/). +## 9.3.3 - 2018-11-27 + +* Actions/os-initialize: Convert Promise to a Bluebird one [Thodoris Greasidis] + ## 9.3.2 - 2018-11-26 * Actions/os: Fix os configure using bluebird methods on plain promise [Thodoris Greasidis] diff --git a/package.json b/package.json index c0be61ff..46042c0b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.3.2", + "version": "9.3.3", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",