This commit is contained in:
Balena CI 2020-10-27 13:10:06 +02:00 committed by VersionBot
parent 37e6bd4b5c
commit e5e7bb4757
4 changed files with 19 additions and 2 deletions

View File

@ -1,3 +1,16 @@
- commits:
- subject: Remove need for hardcoded list of command ids
hash: c48564e85a618af64c5f63722f0039f6e75862ba
body: ''
footer:
Change-type: patch
change-type: patch
Signed-off-by: Scott Lowe <scott@balena.io>
signed-off-by: Scott Lowe <scott@balena.io>
author: Scott Lowe
nested: []
version: 12.25.5
date: 2020-10-27T09:39:31.007Z
- commits: - commits:
- subject: Update Contributing document re commit messages / versionbot / changelog - subject: Update Contributing document re commit messages / versionbot / changelog
hash: 077e25ebc4e1b3f1cf5aefefcc8601f9dbe38d1f hash: 077e25ebc4e1b3f1cf5aefefcc8601f9dbe38d1f

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.25.5 - 2020-10-27
* Remove need for hardcoded list of command ids [Scott Lowe]
## 12.25.4 - 2020-10-25 ## 12.25.4 - 2020-10-25
* Update Contributing document re commit messages / versionbot / changelog [Paulo Castro] * Update Contributing document re commit messages / versionbot / changelog [Paulo Castro]

2
npm-shrinkwrap.json generated
View File

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

View File

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