Skip to content

Commit

Permalink
Auto-merge for PR #786 via VersionBot
Browse files Browse the repository at this point in the history
Assorted tiny fixes
  • Loading branch information
resin-io-versionbot[bot] authored Feb 7, 2018
2 parents 20374fd + 55f8876 commit cf95870
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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/).

## v6.13.1 - 2018-02-07

* Move to the correct coffeescript (no hyphen) dependency #786 [Tim Perry]
* Add typings for 'ent' #786 [Tim Perry]

## v6.13.0 - 2018-02-06

* Add support for Balena in local ssh #777 [Tim Perry]
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "resin-cli",
"version": "6.13.0",
"version": "6.13.1",
"description": "The official resin.io CLI tool",
"main": "./build/actions/index.js",
"homepage": "https://github.com/resin-io/resin-cli",
Expand Down Expand Up @@ -89,7 +89,7 @@
"body-parser": "^1.14.1",
"capitano": "^1.7.0",
"chalk": "^2.3.0",
"coffee-script": "^1.12.6",
"coffeescript": "^1.12.6",
"columnify": "^1.5.2",
"denymount": "^2.2.0",
"docker-qemu-transpose": "^0.2.2",
Expand Down
1 change: 1 addition & 0 deletions typings/ent.d.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
declare module 'ent';

0 comments on commit cf95870

Please sign in to comment.