mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-31 00:24:15 +00:00
v12.38.2
This commit is contained in:
parent
e4eb4586f5
commit
4cd3ef8b91
@ -1,3 +1,14 @@
|
||||
- commits:
|
||||
- subject: Delete old config files for Travis and AppVeyor to avoid confusion
|
||||
hash: f73e3db4deb10dbba9132c277b7abdb314ed53d0
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: 12.38.2
|
||||
date: 2021-01-18T23:21:07.706Z
|
||||
- commits:
|
||||
- subject: Fix handling of thrown strings
|
||||
hash: d3586696b42240e51e428d5ace95d833a25687ea
|
||||
|
@ -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!
|
||||
This project adheres to [Semantic Versioning](http://semver.org/).
|
||||
|
||||
## 12.38.2 - 2021-01-18
|
||||
|
||||
* Delete old config files for Travis and AppVeyor to avoid confusion [Paulo Castro]
|
||||
|
||||
## 12.38.1 - 2021-01-15
|
||||
|
||||
* Fix handling of thrown strings [Scott Lowe]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.38.1",
|
||||
"version": "12.38.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.38.1",
|
||||
"version": "12.38.2",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
|
Loading…
x
Reference in New Issue
Block a user