This commit is contained in:
Balena CI 2021-11-22 04:25:10 +02:00 committed by VersionBot
parent 2f706c0200
commit d53c9b3c50
4 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: 'push/build: Add test cases for .dockerignore filtering corner cases'
hash: d64b6deb81d32fe16c79d97ab5a4699512b74387
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.52.1
date: 2021-11-22T01:53:27.126Z
- commits:
- subject: >-
os download: Display OS version actually downloaded (range or

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/).
## 12.52.1 - 2021-11-22
* push/build: Add test cases for .dockerignore filtering corner cases [Paulo Castro]
## 12.52.0 - 2021-11-20
* os download: Display OS version actually downloaded (range or 'recommended') [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.52.0",
"version": "12.52.1",
"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-11-20T00:51:09.643Z"
"publishedAt": "2021-11-22T01:53:27.392Z"
}
}