This commit is contained in:
Balena CI 2021-11-16 13:50:52 +02:00 committed by VersionBot
parent 7b498149b1
commit 6d641b4841
4 changed files with 18 additions and 3 deletions

View File

@ -1,3 +1,14 @@
- commits:
- subject: Update balena CI configuration (remove Node v10 from npm pipeline list)
hash: ae5ea0f4e85008624ff46fe10998fadbd8a48b15
body: ''
footer:
Change-type: patch
change-type: patch
author: Paulo Castro
nested: []
version: 12.51.2
date: 2021-11-16T00:07:56.053Z
- commits: - commits:
- subject: Fix forums support link in README.md - subject: Fix forums support link in README.md
hash: 112a7b8194d098e9c66754eb256590e13f54fe29 hash: 112a7b8194d098e9c66754eb256590e13f54fe29

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.51.2 - 2021-11-16
* Update balena CI configuration (remove Node v10 from npm pipeline list) [Paulo Castro]
## 12.51.1 - 2021-10-25 ## 12.51.1 - 2021-10-25
* Fix forums support link in README.md [Scott Lowe] * Fix forums support link in README.md [Scott Lowe]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "12.51.1", "version": "12.51.2",
"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",
@ -289,6 +289,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2021-10-25T17:29:37.217Z" "publishedAt": "2021-11-16T00:07:56.322Z"
} }
} }