From 4448509d924989f01512340533f2243abcd53722 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Fri, 22 Feb 2019 11:01:02 +0100 Subject: [PATCH] v9.12.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89fc0743..307d32d7 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.12.5 - 2019-02-22 + +* Re-run newest prettier on master [Thodoris Greasidis] + ## 9.12.4 - 2019-02-20 * Tunnel: Refactor to improve log output [Rich Bayliss] diff --git a/package.json b/package.json index ea057962..f3263cd1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.12.4", + "version": "9.12.5", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",