This commit is contained in:
Balena CI 2020-07-10 10:57:14 +03:00 committed by VersionBot
parent 116dc3e623
commit 92d37ffcb7
4 changed files with 28 additions and 2 deletions

View File

@ -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

View File

@ -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]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -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",