From 7b7d00c642711f030be7f2f52367ac6b8ce05c1a Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Tue, 15 Jan 2019 21:37:37 +0100 Subject: [PATCH] v9.10.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0808520b..aeda335f 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.10.1 - 2019-01-15 + +* Fix up small docs typo [Matthew McGinn] + ## 9.10.0 - 2019-01-14 * Improve startup time by adding fast-boot [Shaun Mulligan] diff --git a/package.json b/package.json index f4a13576..d12c1c0a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "9.10.0", + "version": "9.10.1", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",