This commit is contained in:
Balena CI 2020-10-26 08:23:55 +02:00 committed by VersionBot
parent 64ffcfdd91
commit 8460dac066
4 changed files with 37 additions and 2 deletions

View File

@ -1,3 +1,32 @@
- commits:
- subject: Update Contributing document re commit messages / versionbot / changelog
hash: 077e25ebc4e1b3f1cf5aefefcc8601f9dbe38d1f
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: 'config generate: Fix "Application is ambiguous" when app slug is used'
hash: 709f009f9b0014acc087f154bca2f5f3ac7dec71
body: ''
footer:
Connects-to: '#1893'
connects-to: '#1893'
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
- subject: 'config generate: Fix device type compatibility check'
hash: 116ab1fbc16be7ebc0e66192779a4f44d248d502
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.25.4
date: 2020-10-25T17:29:17.581Z
- commits:
- subject: 'build/deploy: Add more test cases (--buildArg option)'
hash: 6b208ec2abde887ffd11cfdfb624382ea7bfc049

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.25.4 - 2020-10-25
* Update Contributing document re commit messages / versionbot / changelog [Paulo Castro]
* config generate: Fix "Application is ambiguous" when app slug is used [Paulo Castro]
* config generate: Fix device type compatibility check [Paulo Castro]
## 12.25.3 - 2020-10-21
* build/deploy: Add more test cases (--buildArg option) [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "12.25.3",
"version": "12.25.4",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",