From d96ad93e1ee4324e8a5cfc9b0e6fd5465a182a69 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 22 Oct 2019 13:18:17 +0300 Subject: [PATCH] v11.16.5 --- .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 98a35159..8c9621d5 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: Bump livepush and reconcile husky dependency + hash: f50f169ff060fd036f09ce0bb7d674199707f657 + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Paulo Castro + signed-off-by: Paulo Castro + author: Paulo Castro + version: 11.16.5 + date: 2019-10-22T09:09:18.739Z - commits: - subject: Move npm version check from npm 'preinstall' to git 'pre-commit' hook hash: 59a7b9d12bfcd926c2d9268857889f6c70ac865d diff --git a/CHANGELOG.md b/CHANGELOG.md index 57ca156f..22e0499b 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.16.5 - 2019-10-22 + +* Bump livepush and reconcile husky dependency [Paulo Castro] + ## 11.16.4 - 2019-10-17 * Move npm version check from npm 'preinstall' to git 'pre-commit' hook [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 6498fd8b..b289de38 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.16.4", + "version": "11.16.5", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 880391a2..f01abbb7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.16.4", + "version": "11.16.5", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",