From 68e31468cc1ee2966b531ccce45e01e96c6f3bd8 Mon Sep 17 00:00:00 2001 From: "resin-io-versionbot[bot]" Date: Wed, 25 Oct 2017 11:52:10 +0000 Subject: [PATCH] v6.7.4 --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d152ed2b..9f54d5b2 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.7.4 - 2017-10-25 + +* Add preload to the CLI docs #702 [Tim Perry] + ## v6.7.3 - 2017-10-25 * Allow specifying `--commit=latest` for `resin preload` #701 [Alexis Svinartchouk] diff --git a/package.json b/package.json index d49db1fc..6e4769e1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "resin-cli", - "version": "6.7.3", + "version": "6.7.4", "description": "The official resin.io CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/resin-io/resin-cli",