This commit is contained in:
Balena CI 2021-09-09 00:27:52 +03:00 committed by VersionBot
parent 29a3fd40a2
commit 8773927b3f
4 changed files with 38 additions and 3 deletions

View File

@ -1,3 +1,32 @@
- commits:
- subject: >-
v13 preparations: Add feature switch for removal of '--gitignore' (push,
build)
hash: d6faf060e65ac0c8bee79af3fc8c0389c5b6e839
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: 'v13 preparations: Adjust test cases for ''balena envs'''
hash: 352fd197b76f4239fdb72be725edcacffa50dfcf
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: 'v13 preparations: Adjust test cases for ''balena devices'''
hash: afb6f938b772a186a202e68e49851f5d89458160
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.48.8
date: 2021-09-08T17:26:45.069Z
- commits:
- subject: 'device move: Improve types & reduce the number of API requests'
hash: 0327ed766d81bb84ce3208d44457898e6a30e76b

View File

@ -4,6 +4,12 @@ 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.48.8 - 2021-09-08
* v13 preparations: Add feature switch for removal of '--gitignore' (push, build) [Paulo Castro]
* v13 preparations: Adjust test cases for 'balena envs' [Paulo Castro]
* v13 preparations: Adjust test cases for 'balena devices' [Paulo Castro]
## 12.48.7 - 2021-09-07
* device move: Improve types & reduce the number of API requests [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.48.7",
"version": "12.48.8",
"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-09-07T15:01:08.947Z"
"publishedAt": "2021-09-08T17:26:45.358Z"
}
}