This commit is contained in:
Balena CI 2020-11-16 17:35:40 +02:00 committed by VersionBot
parent 4681d901f8
commit 0831e5fa17
4 changed files with 26 additions and 2 deletions

View File

@ -1,3 +1,22 @@
- commits:
- subject: 'Test code optimization: avoid running ~70 test cases twice'
hash: 6a556131995eebc318f5a02831a1cc1e2fb03b36
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: 'docs: Add note about macOS Big Sur notarization workaround'
hash: 893a39e8918756db8dd4cdd5135f430a405a409e
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.27.4
date: 2020-11-15T23:42:22.338Z
- commits:
- subject: Avoid reporting balenarc parsing errors
hash: 1b0c14feab4e3c12d459d26539f65895519f89cf

View File

@ -4,6 +4,11 @@ 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.27.4 - 2020-11-15
* Test code optimization: avoid running ~70 test cases twice [Paulo Castro]
* docs: Add note about macOS Big Sur notarization workaround [Paulo Castro]
## 12.27.3 - 2020-11-11
* Avoid reporting balenarc parsing errors [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.27.3",
"version": "12.27.4",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",