mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 01:16:43 +00:00
v11.25.1
This commit is contained in:
parent
405b92114d
commit
f53a69feb1
@ -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
|
||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "11.25.0",
|
||||
"version": "11.25.1",
|
||||
"lockfileVersion": 1,
|
||||
"requires": true,
|
||||
"dependencies": {
|
||||
|
@ -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",
|
||||
|
Loading…
x
Reference in New Issue
Block a user