This commit is contained in:
Balena CI 2020-10-13 11:01:54 +03:00 committed by VersionBot
parent 9b6ffecaba
commit 31123d28f0
4 changed files with 35 additions and 2 deletions

View File

@ -1,3 +1,30 @@
- commits:
- subject: Refactor initialization code (delete app-oclif.ts and app-common.ts)
hash: d0e4fa0e59b9c6a4c3f414361c089c68f1dfd872
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: Support BALENARC_NO_SENTRY env var to disable Sentry.io error reporting
hash: cf376316bc4863b98223bac9c81697c2245341ae
body: ''
footer:
Change-type: minor
change-type: minor
author: Paulo Castro
nested: []
- subject: Update Sentry package (may fix "Maximum call stack size exceeded")
hash: 8f0f3bda294acda75be15d630967b526581a3c1f
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.25.0
date: 2020-10-11T00:06:46.011Z
- commits:
- subject: 'login: sign up at the configured balena instance'
hash: af70f16a9b8de7150bcdd8d76a89f72c59614526

View File

@ -4,6 +4,12 @@ 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.25.0 - 2020-10-11
* Refactor initialization code (delete app-oclif.ts and app-common.ts) [Paulo Castro]
* Support BALENARC_NO_SENTRY env var to disable Sentry.io error reporting [Paulo Castro]
* Update Sentry package (may fix "Maximum call stack size exceeded") [Paulo Castro]
## 12.24.1 - 2020-10-07
* login: sign up at the configured balena instance [Matthew McGinn]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.24.1",
"version": "12.25.0",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",