This commit is contained in:
Balena CI 2020-03-25 14:57:29 +02:00
parent eb5ad08649
commit eca3e91512
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Use balena-lint for javascript linting and add javascript type-checking
hash: b3b22d63997ca76011297c714104c387213244a1
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.30.5
date: 2020-03-25T12:15:04.187Z
- commits:
- subject: Deduplicate `balenaUrl` fetching in events
hash: 47e85da78958826e76e091ea45ee81428555ddd7

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/).
## 11.30.5 - 2020-03-25
* Use balena-lint for javascript linting and add javascript type-checking [Pagan Gazzard]
## 11.30.4 - 2020-03-24
* Deduplicate `balenaUrl` fetching in events [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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