From 13f76dc020746c04a9e18a6956c4f7d9d685e223 Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Thu, 15 Mar 2018 18:51:46 +0000 Subject: [PATCH] v7.0.5 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef9f88e9..bde02e6a 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/). +## v7.0.5 - 2018-03-15 + +* Add bash completions #801 [Ronald McCollam] + ## v7.0.4 - 2018-03-15 * Generate consistent working anchors for both our md output & resin docs #813 [Tim Perry] diff --git a/package.json b/package.json index 097d25e6..23e86cd9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.0.4", + "version": "7.0.5", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",