This commit is contained in:
Balena CI 2021-01-15 18:54:21 +02:00 committed by VersionBot
parent f76702c4e0
commit 360c6e42f8
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Fix handling of thrown strings
hash: d3586696b42240e51e428d5ace95d833a25687ea
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 12.38.1
date: 2021-01-15T15:47:32.274Z
- commits: - commits:
- subject: 'deploy: Add --release-tag flag' - subject: 'deploy: Add --release-tag flag'
hash: 8d56fe9678d2397698b908b0c5a88d01b5490f45 hash: 8d56fe9678d2397698b908b0c5a88d01b5490f45

View File

@ -4,6 +4,10 @@ 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.38.1 - 2021-01-15
* Fix handling of thrown strings [Scott Lowe]
## 12.38.0 - 2021-01-14 ## 12.38.0 - 2021-01-14
* deploy: Add --release-tag flag [Marios Balamatsias] * deploy: Add --release-tag flag [Marios Balamatsias]

2
npm-shrinkwrap.json generated
View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.38.0", "version": "12.38.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.38.0", "version": "12.38.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",