mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 19:34:13 +00:00
v11.30.3
This commit is contained in:
parent
a4de7143b1
commit
c8cade95da
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.30.2",
|
||||
"version": "11.30.3",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user