This commit is contained in:
balenaCI 2023-06-02 06:30:00 +00:00
parent 83b9bf67c2
commit af27cf2cbe
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: Update TypeScript to 5.1.3
hash: abd73b805b542be4dda02845f8224ed4136455ca
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 16.5.1
title: ""
date: 2023-06-02T06:29:58.265Z
- commits:
- subject: Add `balena block create` command for creating Blocks
hash: 9975e5d9ac566e9535b43041186f0ad158a19b19

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.1 - 2023-06-02
* Update TypeScript to 5.1.3 [Thodoris Greasidis]
## 16.5.0 - 2023-05-25
* Add `balena block create` command for creating Blocks [myarmolinsky]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "16.5.0",
"version": "16.5.1",
"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-05-25T16:45:01.060Z"
"publishedAt": "2023-06-02T06:29:59.168Z"
}
}