diff --git a/CHANGELOG.md b/CHANGELOG.md index cc9beb35..a63d46a3 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/). +## v7.10.10 - 2019-07-24 + +* [BACKPORT] Update mixpanel tracking [Paulo Castro] +* [BACKPORT] Fix typescript and global promise errors to allow for backport changes [Paulo Castro] + ## v7.10.9 - 2018-10-18 * Update sdk references in wizzard.coffee [Scott Lowe] diff --git a/package.json b/package.json index 1bbdda8a..f0763e5b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.10.9", + "version": "7.10.10", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",