diff --git a/CHANGELOG.md b/CHANGELOG.md index 87309b4a..6411f383 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/). +## v6.13.3 - 2018-02-20 + +* Tweak TS & add missing deps that may cause build failures in some envs #793 [Tim Perry] + ## v6.13.2 - 2018-02-20 * Ensure login does not wait for the browser process to close #794 [Tim Perry] diff --git a/package.json b/package.json index ec028361..c2c2abea 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "6.13.2", + "version": "6.13.3", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",