v12.38.10

This commit is contained in:
Balena CI 2021-02-04 17:00:43 +02:00 committed by VersionBot
parent 96fb525378
commit af1de34840
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Improve build-time checks (automation/test-lock-deduplicated.sh)
hash: 6e0638f3bec0bbe35bd0f132f263be99b44009e1
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.38.10
date: 2021-02-04T14:25:32.930Z
- commits: - commits:
- subject: Modify push to pass app slug to builder - subject: Modify push to pass app slug to builder
hash: e6b85c9cf8784b8b4056795a35ed208570aa4164 hash: e6b85c9cf8784b8b4056795a35ed208570aa4164

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! 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.10 - 2021-02-04
* Improve build-time checks (automation/test-lock-deduplicated.sh) [Paulo Castro]
## 12.38.9 - 2021-02-04 ## 12.38.9 - 2021-02-04
* Modify push to pass app slug to builder [Scott Lowe] * Modify push to pass app slug to builder [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.38.9", "version": "12.38.10",
"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",