This commit is contained in:
Balena CI 2022-01-04 18:53:40 +02:00 committed by VersionBot
parent 8454b02988
commit 8d6e51391c
4 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: 'Automation: enforce noImplicitAny for the type-checked javascript'
hash: c4e317a2908eb9b23ca0355d783540a6f160b06d
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
nested: []
version: 13.1.6
date: 2022-01-04T16:29:29.930Z
- commits:
- subject: 'Build: switch from using inline-source via gulp to using it directly'
hash: 33f7fa3829811235034d051e3798d6a53807b2bf

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/).
## 13.1.6 - 2022-01-04
* Automation: enforce noImplicitAny for the type-checked javascript [Pagan Gazzard]
## 13.1.5 - 2022-01-04
* Build: switch from using inline-source via gulp to using it directly [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "13.1.5",
"version": "13.1.6",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -287,6 +287,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2022-01-04T15:05:40.166Z"
"publishedAt": "2022-01-04T16:29:30.222Z"
}
}