This commit is contained in:
Balena CI 2020-03-24 19:33:02 +02:00
parent a4de7143b1
commit c8cade95da
4 changed files with 24 additions and 2 deletions

View File

@ -1,3 +1,20 @@
- commits:
- subject: Preserve symlinks for the sake of the balenaCI worker
hash: 6574745a2362ff2ff6158201852fc6adfd042602
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Add type checking for tests
hash: 1ee74df67e24502b4779977cdf707436bb45518f
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.30.3
date: 2020-03-24T16:56:52.914Z
- commits:
- subject: Add support for authentication checking to oclif
hash: 8658104647def05094609a498407ca0937de5c5b

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/).
## 11.30.3 - 2020-03-24
* Preserve symlinks for the sake of the balenaCI worker [Pagan Gazzard]
* Add type checking for tests [Pagan Gazzard]
## 11.30.2 - 2020-03-24
* Add support for authentication checking to oclif [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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