From 8dc4c0871a6c22c028521751ecb8518204fdde44 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+resin-ci@users.noreply.github.com> Date: Wed, 24 Oct 2018 12:44:15 +0200 Subject: [PATCH] v8.1.0 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 620c3c19..517ead98 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/). +## v8.1.0 - 2018-10-24 + +* README: Add development guidelines section [Thodoris Greasidis] +* Chore: Add on the fly transpiled bin [Thodoris Greasidis] + ## v8.0.3 - 2018-10-22 * Ssh: Move from resin-sdk-preconfigured to resin-sdk [Will Boyce] diff --git a/package.json b/package.json index 6fc2681c..7101b5e0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "8.0.3", + "version": "8.1.0", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",