mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 09:26:42 +00:00
v11.9.7
This commit is contained in:
parent
2b0bff8f16
commit
db5c473952
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.9.6",
|
||||
"version": "11.9.7",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user