mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v12.48.2
This commit is contained in:
parent
3dee30a0fe
commit
f3ab41841a
@ -1,3 +1,14 @@
|
||||
- commits:
|
||||
- subject: Clarify installation instructions
|
||||
hash: 3fd5981085ac6db4c54522746ab544478f4d446b
|
||||
body: ''
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Paulo Castro
|
||||
nested: []
|
||||
version: 12.48.2
|
||||
date: 2021-08-30T13:51:22.656Z
|
||||
- commits:
|
||||
- subject: Improve error handling (remove most occurrences of process.exit())
|
||||
hash: deb3e4c4ac1b23e96b283848580428f61de4eb05
|
||||
|
@ -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.48.2 - 2021-08-30
|
||||
|
||||
* Clarify installation instructions [Paulo Castro]
|
||||
|
||||
## 12.48.1 - 2021-08-27
|
||||
|
||||
* Improve error handling (remove most occurrences of process.exit()) [Paulo Castro]
|
||||
|
2
npm-shrinkwrap.json
generated
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.48.1",
|
||||
"version": "12.48.2",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "12.48.1",
|
||||
"version": "12.48.2",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -289,6 +289,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2021-08-27T00:01:06.913Z"
|
||||
"publishedAt": "2021-08-30T13:51:22.889Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user