This commit is contained in:
balenaCI 2023-06-09 16:03:10 +00:00
parent bd5188f4b9
commit 1a77d86347
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Re-enable automatic github final releases
hash: bc405d997e33b975aeda53583890ee7578c98496
body: ""
footer:
Change-type: patch
change-type: patch
author: Kyle Harding
nested: []
version: 16.5.2
title: ""
date: 2023-06-09T16:03:07.855Z
- commits:
- subject: Update TypeScript to 5.1.3
hash: abd73b805b542be4dda02845f8224ed4136455ca

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/).
## 16.5.2 - 2023-06-09
* Re-enable automatic github final releases [Kyle Harding]
## 16.5.1 - 2023-06-02
* Update TypeScript to 5.1.3 [Thodoris Greasidis]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "16.5.1",
"version": "16.5.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "16.5.1",
"version": "16.5.2",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "16.5.1",
"version": "16.5.2",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -285,6 +285,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2023-06-02T06:29:59.168Z"
"publishedAt": "2023-06-09T16:03:09.092Z"
}
}