This commit is contained in:
Paulo Castro 2019-07-24 12:54:58 +01:00
parent 4f33dc540f
commit 25308387f3
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/).
## 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]

View File

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