From 92d37ffcb72c7ac97810caacc5a3c74ef26af222 Mon Sep 17 00:00:00 2001 From: Balena CI <34882892+balena-ci@users.noreply.github.com> Date: Fri, 10 Jul 2020 10:57:14 +0300 Subject: [PATCH] v12.7.1 --- .versionbot/CHANGELOG.yml | 21 +++++++++++++++++++++ CHANGELOG.md | 5 +++++ npm-shrinkwrap.json | 2 +- package.json | 2 +- 4 files changed, 28 insertions(+), 2 deletions(-) diff --git a/.versionbot/CHANGELOG.yml b/.versionbot/CHANGELOG.yml index d8f671ab..1ade148a 100644 --- a/.versionbot/CHANGELOG.yml +++ b/.versionbot/CHANGELOG.yml @@ -1,3 +1,24 @@ +- commits: + - subject: Disable mixpanel.track() calls while running automated tests + hash: 17a9d71e59c32c5186d7f36dac6739448aa56708 + body: '' + footer: + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + - subject: 'Test cases: Re-add nock checks for unexpected HTTP requests' + hash: 6fe8fb7c6e33a45431b8d19a8d122c1f5941c268 + body: '' + footer: + Connects-to: '#1910' + connects-to: '#1910' + Change-type: patch + change-type: patch + author: Paulo Castro + nested: [] + version: 12.7.1 + date: 2020-07-09T18:57:27.408Z - commits: - subject: 'Device: Fix the last_seen field not showing up' hash: 477c48f831f475479e378f730c615fe73d120d08 diff --git a/CHANGELOG.md b/CHANGELOG.md index 95ca4256..60cee87a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.7.1 - 2020-07-09 + +* Disable mixpanel.track() calls while running automated tests [Paulo Castro] +* Test cases: Re-add nock checks for unexpected HTTP requests [Paulo Castro] + ## 12.7.0 - 2020-07-09 * Device: Fix the last_seen field not showing up [Thodoris Greasidis] diff --git a/npm-shrinkwrap.json b/npm-shrinkwrap.json index b5743f96..725b3473 100644 --- a/npm-shrinkwrap.json +++ b/npm-shrinkwrap.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.7.0", + "version": "12.7.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 39accc70..59d37b8b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "balena-cli", - "version": "12.7.0", + "version": "12.7.1", "description": "The official balena CLI tool", "main": "./build/app.js", "homepage": "https://github.com/balena-io/balena-cli",