This commit is contained in:
Balena CI 2020-03-24 20:57:00 +02:00
parent c8275b52c3
commit 217cba819a
4 changed files with 16 additions and 2 deletions

@ -1,3 +1,13 @@
- commits:
- subject: Deduplicate `balenaUrl` fetching in events
hash: 47e85da78958826e76e091ea45ee81428555ddd7
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.30.4
date: 2020-03-24T17:38:00.838Z
- commits:
- subject: Preserve symlinks for the sake of the balenaCI worker
hash: 6574745a2362ff2ff6158201852fc6adfd042602

@ -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.30.4 - 2020-03-24
* Deduplicate `balenaUrl` fetching in events [Pagan Gazzard]
## 11.30.3 - 2020-03-24
* Preserve symlinks for the sake of the balenaCI worker [Pagan Gazzard]

2
npm-shrinkwrap.json generated

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

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