From 0afaf8502f4906e73027c3e963b0695d48d4c534 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Tue, 11 Aug 2020 16:06:00 +0300 Subject: [PATCH] v12.14.3 --- .versionbot/CHANGELOG.yml | 11 +++++++++++ CHANGELOG.md | 4 ++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index a16b9349..07fae5c0 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,14 @@ +- commits: + - subject: 'CI: Avoid duplicate windows/mac tests' + hash: 4c664167f64d6c340ae83880a5b48c5fe0a981dd + body: '' + footer: + Change-type: patch + change-type: patch + author: Pagan Gazzard + nested: [] + version: 12.14.3 + date: 2020-08-11T11:34:42.765Z - commits: - subject: Lazy load tar-stream hash: 497c8cd49be08082a2f0048499eb50a8511fc0b8 diff --git a/CHANGELOG.md b/CHANGELOG.md index 81ea8e8a..4c45c0e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/). +## 12.14.3 - 2020-08-11 + +* CI: Avoid duplicate windows/mac tests [Pagan Gazzard] + ## 12.14.2 - 2020-08-10 * Lazy load tar-stream [Pagan Gazzard] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index 2090253d..416c9556 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.14.2", + "version": "12.14.3", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 30433f4a..399396d5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.14.2", + "version": "12.14.3", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",