This commit is contained in:
Balena CI 2021-09-30 03:51:16 +03:00 committed by VersionBot
parent befdae1b90
commit 9487b33144
4 changed files with 45 additions and 3 deletions

View File

@ -1,3 +1,38 @@
- commits:
- subject: Update dependencies (@sentry/node error reporting)
hash: 08dfc945f3ed1c518a7d1830a5a37d72fd5739fd
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: Replace mixpanel dependency with simple GET request
hash: 8791c2f4e1ad9f77a6f81aa9cb6df327de9d32c2
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: Avoid NockMock warnings during standalone executable testing
hash: be306e6a207b984d01a843c6cb8eb418ffb0dbf9
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: Fix help output for 'release finalize' command
hash: 6cfff72c59c47d1dd061eeb5958dee1c5c266a54
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.50.1
date: 2021-09-30T00:16:32.368Z
- commits: - commits:
- subject: Add support for releases - subject: Add support for releases
hash: a18e182ae425d273b68fdb230a5f308283e8b6f5 hash: a18e182ae425d273b68fdb230a5f308283e8b6f5

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 12.50.1 - 2021-09-30
* Update dependencies (@sentry/node error reporting) [Paulo Castro]
* Replace mixpanel dependency with simple GET request [Paulo Castro]
* Avoid NockMock warnings during standalone executable testing [Paulo Castro]
* Fix help output for 'release finalize' command [Paulo Castro]
## 12.50.0 - 2021-09-28 ## 12.50.0 - 2021-09-28
* Add support for releases [Paul Jonathan Zoulin] * Add support for releases [Paul Jonathan Zoulin]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.50.0", "version": "12.50.1",
"description": "The official balena Command Line Interface", "description": "The official balena Command Line Interface",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",
@ -289,6 +289,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2021-09-28T14:32:04.610Z" "publishedAt": "2021-09-30T00:16:32.621Z"
} }
} }