From 80917b7198c18535789011cb5acb11e152dbff82 Mon Sep 17 00:00:00 2001 From: Resin CI <34882892+balena-ci@users.noreply.github.com> Date: Wed, 17 Jul 2019 23:21:01 +0300 Subject: [PATCH] v11.7.1 --- .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 2a555c3a..6e0d5f1e 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: 'chore: fix up small typos, remove gitter link' + hash: d92e076829f4478e6201cdd8957576dda3fc3038 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Matthew McGinn + signed-off-by: Matthew McGinn + author: Matthew McGinn + version: 11.7.1 + date: 2019-07-17T19:27:15.972Z - commits: - subject: >- Add "build secrets" and "build variables" support for push/build/deploy diff --git a/CHANGELOG.md b/CHANGELOG.md index 30e064e6..bce219c8 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.1 - 2019-07-17 + +* Chore: fix up small typos, remove gitter link [Matthew McGinn] + ## 11.7.0 - 2019-07-15 * Add "build secrets" and "build variables" support for push/build/deploy to/on/via balena devices [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 79ffede2..2b88a50d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.7.0", + "version": "11.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index b2178f23..42022b3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.7.0", + "version": "11.7.1", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",