mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
v12.38.1
This commit is contained in:
parent
f76702c4e0
commit
360c6e42f8
@ -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
|
||||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -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": {
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user