From 35110e0610fdfbd574a2a30362d173c1cc4dbf6a Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 7 Aug 2019 12:31:08 +0300 Subject: [PATCH] v11.7.6 --- .versionbot/CHANGELOG.yml | 12 ++++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 18 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index c4db021f..f906d311 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Fix incorrect start command in contributing document + hash: 08e8151b1fbbf3c91b810396c8b4dcdbb33f3d3e + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Lucian + signed-off-by: Lucian + author: Lucian + version: 11.7.6 + date: 2019-08-07T08:22:18.780Z - commits: - subject: Support headless remote builds hash: 67a4e88e4482292dd0ca0748a843424a1d90dac4 diff --git a/CHANGELOG.md b/CHANGELOG.md index a91b380b..ba091171 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/). +## 11.7.6 - 2019-08-07 + +* Fix incorrect start command in contributing document [Lucian] + ## 11.7.5 - 2019-08-06 * Support headless remote builds [Cameron Diver] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 9d8cee65..8ee5f6de 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.7.5", + "version": "11.7.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 32e17bb0..94f9a95e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.7.5", + "version": "11.7.6", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",