mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
v11.29.4
This commit is contained in:
parent
f30e486562
commit
62ea7518bc
@ -1,3 +1,27 @@
|
||||
- commits:
|
||||
- subject: Switch to native number check
|
||||
hash: 809a5fae25bf75bd4edfb67bda4c98d1566f8493
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
- subject: Switch to native string check
|
||||
hash: eccb1bd9ad098d8a58207c9a103ad624e3d16c3f
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
- subject: Switch to native `Array.isArray` instead of aliases
|
||||
hash: f859d5025a9f5beb56288359744498f17231f0e3
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Pagan Gazzard
|
||||
version: 11.29.4
|
||||
date: 2020-03-16T14:41:23.803Z
|
||||
- commits:
|
||||
- subject: Remove unused typings
|
||||
hash: 505c3ec7d3bdf42eae5b15a3b8778dd38f467bd4
|
||||
|
@ -4,6 +4,12 @@ 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.29.4 - 2020-03-16
|
||||
|
||||
* Switch to native number check [Pagan Gazzard]
|
||||
* Switch to native string check [Pagan Gazzard]
|
||||
* Switch to native `Array.isArray` instead of aliases [Pagan Gazzard]
|
||||
|
||||
## 11.29.3 - 2020-03-13
|
||||
|
||||
* Remove unused typings [Pagan Gazzard]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.29.3",
|
||||
"version": "11.29.4",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.29.3",
|
||||
"version": "11.29.4",
|
||||
"description": "The official balena CLI tool",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
Reference in New Issue
Block a user