This commit is contained in:
Balena CI 2020-02-04 12:33:13 +02:00
parent 405b92114d
commit f53a69feb1
4 changed files with 16 additions and 2 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: Remove unnecessary code now that typescript understands `process.exit`
hash: 27e1f3f7d7664fc59be9edac77ed5cef4201bf45
body: ''
footer:
Change-type: patch
change-type: patch
author: Pagan Gazzard
version: 11.25.1
date: 2020-02-03T18:12:13.160Z
- commits:
- subject: Add more tests for push/build/deploy commands (--convert-eol)
hash: f9743b269ac3e54562a5074cd32835d66561eef6

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!
This project adheres to [Semantic Versioning](http://semver.org/).
## 11.25.1 - 2020-02-03
* Remove unnecessary code now that typescript understands `process.exit` [Pagan Gazzard]
## 11.25.0 - 2020-02-02
* Add more tests for push/build/deploy commands (--convert-eol) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "11.25.0",
"version": "11.25.1",
"description": "The official balena CLI tool",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",