This commit is contained in:
Balena CI 2020-03-19 01:00:58 +02:00
parent dddfad9dec
commit 9b79f79bac
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: 'INSTALL.md: emphasize the standalone zip package recommendation for WSL'
hash: 0690554a9461c727bb0907d3a79d7f0a5239a197
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.29.5
date: 2020-03-18T22:37:34.111Z
- commits: - commits:
- subject: Switch to native number check - subject: Switch to native number check
hash: 809a5fae25bf75bd4edfb67bda4c98d1566f8493 hash: 809a5fae25bf75bd4edfb67bda4c98d1566f8493

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 11.29.5 - 2020-03-18
* INSTALL.md: emphasize the standalone zip package recommendation for WSL [Paulo Castro]
## 11.29.4 - 2020-03-16 ## 11.29.4 - 2020-03-16
* Switch to native number check [Pagan Gazzard] * Switch to native number check [Pagan Gazzard]

2
npm-shrinkwrap.json generated
View File

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

View File

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