From 324a406e7f980600fd7343a445c4653a187a2b8a Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 7 Feb 2020 23:36:09 +0200 Subject: [PATCH] v11.25.8 --- .versionbot/CHANGELOG.yml | 24 ++++++++++++++++++++++++ CHANGELOG.md | 6 ++++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 32 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index 6a75c5e5..f5f34b00 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -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 diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f2f90a5..c7786ed1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index cbacc012..401a898e 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "11.25.7", + "version": "11.25.8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1288711e..f1cd348a 100644 --- a/package.json +++ b/package.json @@ -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",