From 46806c8377334d7c16dbc8328a2d51ed68a6dfb2 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 12 Jun 2019 16:00:40 +0300 Subject: [PATCH] v11.2.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index cb9b2479..ad888628 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/). +## 11.2.1 - 2019-06-12 + +* Livepush: Ignore the .git directory when performing a livepush [Cameron Diver] + ## 11.2.0 - 2019-06-11 * Add device OS update action [Thodoris Greasidis] diff --git a/package.json b/package.json index e00f616d..d793e16f 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.2.0", + "version": "11.2.1", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",