This commit is contained in:
Balena CI 2020-08-07 15:26:38 +03:00 committed by VersionBot
parent 9804dd3c33
commit eaf220b64f
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: 'Tests: add verification of ''pkg'' warnings against saved output'
hash: 94f3825119e6b0d9324caeb4fad331f4a9aca6d9
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.12.2
date: 2020-08-07T00:49:51.111Z
- commits:
- subject: Reduce bluebird usage
hash: 6ca7c34e57c53fb0ca8ba3e4a1c8273489778ff4

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/).
## 12.12.2 - 2020-08-07
* Tests: add verification of 'pkg' warnings against saved output [Paulo Castro]
## 12.12.1 - 2020-08-05
* Reduce bluebird usage [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.12.1",
"version": "12.12.2",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",