This commit is contained in:
balenaCI 2023-03-27 15:14:47 +00:00
parent 9b4701bcb7
commit 03ace6e4b2
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: Improve type checking by using the satisfies operator
hash: 174312977a52836b12a799d0e2b8ea39c942883a
body: ""
footer:
Change-type: patch
change-type: patch
author: Thodoris Greasidis
nested: []
version: 15.1.2
title: ""
date: 2023-03-27T15:14:45.270Z
- commits:
- subject: Update TypeScript to 5.0.2
hash: 1cd9fbf6a0db345b90ca8341f956f65688b9f30e

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/).
## 15.1.2 - 2023-03-27
* Improve type checking by using the satisfies operator [Thodoris Greasidis]
## 15.1.1 - 2023-03-17
* Update TypeScript to 5.0.2 [Thodoris Greasidis]

2
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "15.1.1",
"version": "15.1.2",
"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": "2023-03-17T10:20:01.893Z"
"publishedAt": "2023-03-27T15:14:46.144Z"
}
}