This commit is contained in:
Paulo Castro 2019-07-24 14:04:46 +01:00
parent 230a178228
commit e0523ec8fa
2 changed files with 6 additions and 1 deletions

View File

@ -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]

View File

@ -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",