From f5ed0648ba990964b973844e1d4238bc191d39d6 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Tue, 23 Apr 2019 19:43:25 +0300 Subject: [PATCH] v10.3.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4271350f..66104713 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/). +## 10.3.0 - 2019-04-23 + +* Add --dockerfile option to the build, deploy and push commands [Paulo Castro] +* Fix push and deploy issues under Windows ('/' vs '\' path separators) [Paulo Castro] + ## 10.2.0 - 2019-04-23 * Update livepush documentation and required versions [Cameron Diver] diff --git a/package.json b/package.json index 060287a6..a00760c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "10.2.0", + "version": "10.3.0", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",