This commit is contained in:
Balena CI 2020-10-02 11:50:46 +03:00 committed by VersionBot
parent 568fcb9759
commit 0ee02a4d73
4 changed files with 17 additions and 2 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Update the CONTRIBUTING.md document
hash: 48076464daa4d3aa6e86db6fe133d64ed50cf932
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.23.1
date: 2020-09-28T14:22:42.550Z
- commits:
- subject: Add new command `support`
hash: 0a8b3ce4e4a5b333f8aa6fd5f51e98444a42d966

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.23.1 - 2020-09-28
* Update the CONTRIBUTING.md document [Paulo Castro]
## 12.23.0 - 2020-09-25
* Add new command `support` [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

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