From 25308387f36766e8dfb66cf3a223cb7fb3030cb0 Mon Sep 17 00:00:00 2001 From: Paulo Castro Date: Wed, 24 Jul 2019 12:54:58 +0100 Subject: [PATCH] v8.1.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 517ead98..60c46b33 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/). +## v8.1.1 - 2019-07-24 + +* [BACKPORT] Update mixpanel tracking [Paulo Castro] +* [BACKPORT] Fix typescript and prettier errors to allow backport changes [Paulo Castro] + ## v8.1.0 - 2018-10-24 * README: Add development guidelines section [Thodoris Greasidis] diff --git a/package.json b/package.json index 99fbf508..321e36f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "8.1.0", + "version": "8.1.1", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",