From e0bd6b9d4e4de01cd3e34a6538e21ad74f2a3f62 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Fri, 11 Jan 2019 18:23:33 +0100 Subject: [PATCH] v9.9.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 26751053..0b4a1ef2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.9.1 - 2019-01-11 + +* Update util available-drives action [Alexis Svinartchouk] +* Update lib/actions/local/flash.coffee [Alexis Svinartchouk] + ## 9.9.0 - 2019-01-10 * Request access to previously pushed release via `balena deploy` [Matthew McGinn] diff --git a/package.json b/package.json index 9b107cd2..ddf6beb3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.9.0", + "version": "9.9.1", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",