From 493c6576c3caf6c9524b949d1bab4021d4001b48 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Wed, 28 Nov 2018 19:53:54 +0200 Subject: [PATCH] v9.3.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f1cfd71..4e8c6d4b 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.4 - 2018-11-28 + +* Update dependencies [Cameron Diver] + ## 9.3.3 - 2018-11-27 * Actions/os-initialize: Convert Promise to a Bluebird one [Thodoris Greasidis] diff --git a/package.json b/package.json index 96ed9ea6..dba6eb8a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.3.3", + "version": "9.3.4", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",