mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v12.7.1
This commit is contained in:
parent
116dc3e623
commit
92d37ffcb7
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.7.0",
|
||||
"version": "12.7.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user