This commit is contained in:
Balena CI 2019-09-16 10:26:12 +03:00
parent 2b0bff8f16
commit db5c473952
4 changed files with 18 additions and 2 deletions

View File

@ -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 <stevche@balena.io>
signed-off-by: Stevche Radevski <stevche@balena.io>
author: Stevche Radevski
version: 11.9.7
date: 2019-09-13T14:02:57.422Z
- commits:
- subject: Mitigate "MaxListenersExceededWarning" by reusing Logger instance
hash: 6631fb5a69c0c791b59a954a960eeb28b797a458

View File

@ -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]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.9.6",
"version": "11.9.7",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -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",