mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-20 06:07:55 +00:00
v12.25.5
This commit is contained in:
parent
37e6bd4b5c
commit
e5e7bb4757
@ -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
|
||||||
|
@ -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
2
npm-shrinkwrap.json
generated
@ -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": {
|
||||||
|
@ -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",
|
||||||
|
Loading…
Reference in New Issue
Block a user