From db5c473952a4cb455b0f94c7634384fb08cc85fc Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Mon, 16 Sep 2019 10:26:12 +0300 Subject: [PATCH] v11.9.7 --- .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 07540c90..9a4dffc4 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,15 @@ +- commits: + - subject: 'ci: add scrutinizer config' + hash: 2e7f60666741d4970994bd76f9545acabf0b111d + body: '' + footer: + Change-type: patch + change-type: patch + Signed-off-by: Stevche Radevski + signed-off-by: Stevche Radevski + author: Stevche Radevski + version: 11.9.7 + date: 2019-09-13T14:02:57.422Z - commits: - subject: Mitigate "MaxListenersExceededWarning" by reusing Logger instance hash: 6631fb5a69c0c791b59a954a960eeb28b797a458 diff --git a/CHANGELOG.md b/CHANGELOG.md index e2ee325e..59e11543 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.9.7 - 2019-09-13 + +* Ci: add scrutinizer config [Stevche Radevski] + ## 11.9.6 - 2019-09-12 * Mitigate "MaxListenersExceededWarning" by reusing Logger instance [Paulo Castro] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index c61dfd51..fbb5bd1d 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.9.6", + "version": "11.9.7", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index f73c24d3..f9fa7a33 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.9.6", + "version": "11.9.7", "description": "The official balena CLI tool", "main": "./build/actions/index.js", "homepage": "https://github.com/balena-io/balena-cli",