This commit is contained in:
Balena CI 2020-02-07 23:36:09 +02:00
parent 17bf061853
commit 324a406e7f
4 changed files with 32 additions and 2 deletions

View File

@ -1,3 +1,27 @@
- commits:
- subject: Merge resin-lint linting and fixing steps into one
hash: 6d543b79ff423a8288195aa850051d5fa9c914f5
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Remove redundant type checking of tests
hash: 85aaf77e44c9f85fbc0c459a8cedac2975f9f469
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
- subject: Remove duplicate type checking of automation code
hash: 83c5684491ef02aa01128ab71fcde775398a52e8
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.25.8
date: 2020-02-07T19:37:03.729Z
- commits:
- subject: >-
Fix Windows standalone zip installer (missing mmmagic db for CRLF

View File

@ -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.25.8 - 2020-02-07
* Merge resin-lint linting and fixing steps into one [Pagan Gazzard]
* Remove redundant type checking of tests [Pagan Gazzard]
* Remove duplicate type checking of automation code [Pagan Gazzard]
## 11.25.7 - 2020-02-07
* Fix Windows standalone zip installer (missing mmmagic db for CRLF conversion) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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