This commit is contained in:
Balena CI 2021-11-24 20:59:10 +02:00 committed by VersionBot
parent f66395e2d5
commit 3ca93448cd
4 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Delete 'doc/automated-init.md' and improve 'balena help device init'
hash: 952d782e905c733f7d98fc4524850d399adbefdc
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.52.2
date: 2021-11-24T18:31:20.275Z
- commits:
- subject: 'push/build: Add test cases for .dockerignore filtering corner cases'
hash: d64b6deb81d32fe16c79d97ab5a4699512b74387

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.2 - 2021-11-24
* Delete 'doc/automated-init.md' and improve 'balena help device init' [Paulo Castro]
## 12.52.1 - 2021-11-22
* push/build: Add test cases for .dockerignore filtering corner cases [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.52.1",
"version": "12.52.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-11-22T01:53:27.392Z"
"publishedAt": "2021-11-24T18:31:20.576Z"
}
}