From 12e8a50abc0b2d51f2ebe49f66ff64abb4fa2a6d Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Thu, 22 Mar 2018 17:06:07 +0000 Subject: [PATCH] v7.1.1 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ef4cb4b8..7e8294c7 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.1.1 - 2018-03-22 + +* Remove explicit anchor links in CLI docs #827 [Zach Walchuk] + ## v7.1.0 - 2018-03-22 * Warn early if deploying a multicontainer project to an incompatible app #818 [Akis Kesoglou] diff --git a/package.json b/package.json index 3cd80e1b..cd060790 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "7.1.0", + "version": "7.1.1", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",