v11.31.21

This commit is contained in:
Balena CI 2020-04-25 16:57:15 +03:00 committed by VersionBot
parent 5c1323d583
commit 00ce3ab751
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Install types for modules used in javascript to improve type checking
hash: d9f42b888dd21817f0bc256e18056f0676453ffb
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.31.21
date: 2020-04-25T11:04:18.946Z
- commits:
- subject: Convert lib/actions/preload.coffee to javascript
hash: e1a91035ae219617a70226b0336458fb324652cc

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.31.21 - 2020-04-25
* Install types for modules used in javascript to improve type checking [Pagan Gazzard]
## 11.31.20 - 2020-04-24
* Convert lib/actions/preload.coffee to javascript [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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