v11.28.14

This commit is contained in:
Balena CI 2020-03-10 16:54:18 +02:00
parent 08f40c0566
commit bcfba693a5
4 changed files with 48 additions and 2 deletions

View File

@ -1,3 +1,42 @@
- commits:
- subject: Avoid Sentry reporting of selected common "expected" errors
hash: 5a806543057338d617dbddcaf965bd46fe168347
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: >-
Fix occasional "CLI prints 'null' and exits" (replace old Raven/Sentry
SDK)
hash: d2df2c7b60e6024f3452c002184f7824f5b952f0
body: ''
footer:
Resolves: '#1523'
resolves: '#1523'
Connects-to: '#1193'
connects-to: '#1193'
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Don't send the full command line to Sentry.io
hash: 36d3d1256ebd851e2edeab4380a97646126fb5ee
body: ''
footer:
Resolves: '#703'
resolves: '#703'
Change-type: patch
change-type: patch
author: Paulo Castro
- subject: Fix occasionally missed command tracking request (oclif commands)
hash: b77cb56cd04ba633f204640ec0b16e1edd18a993
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
version: 11.28.14
date: 2020-03-10T13:14:30.533Z
- commits:
- subject: Improve the UX by only printing effective file changes in livepush
hash: b83431c2e09cafaad40c8b04abb16f79bcb5acc1

View File

@ -4,6 +4,13 @@ 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.28.14 - 2020-03-10
* Avoid Sentry reporting of selected common "expected" errors [Paulo Castro]
* Fix occasional "CLI prints 'null' and exits" (replace old Raven/Sentry SDK) [Paulo Castro]
* Don't send the full command line to Sentry.io [Paulo Castro]
* Fix occasionally missed command tracking request (oclif commands) [Paulo Castro]
## 11.28.13 - 2020-03-06
* Improve the UX by only printing effective file changes in livepush [Cameron Diver]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.28.13",
"version": "11.28.14",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",