This commit is contained in:
balenaCI 2022-11-21 18:46:49 +00:00
parent 4f29e37fe7
commit 8aa9c62afd
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 19 additions and 3 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Move GH publishing to FZ core
hash: 99e8a36bb581ac84619ecba452c5afa3d56dae94
body: ""
footer:
Change-type: patch
change-type: patch
author: ab77
nested: []
version: 14.5.12
title: ""
date: 2022-11-21T18:46:45.663Z
- commits:
- subject: Adding .nvmrc so we can use nvm use instead of hunting for version
hash: 767216c842569a523540b7d4d32133c4e53c7596

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/).
## 14.5.12 - 2022-11-21
* Move GH publishing to FZ core [ab77]
## 14.5.11 - 2022-11-17
* Adding .nvmrc so we can use nvm use instead of hunting for version [zoobot]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "14.5.11",
"version": "14.5.12",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -284,6 +284,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2022-11-17T18:32:47.163Z"
"publishedAt": "2022-11-21T18:46:46.568Z"
}
}