This commit is contained in:
flowzone-app[bot] 2024-12-04 19:37:38 +00:00 committed by GitHub
parent 610db81fcb
commit bfc7a14646
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Run test and publish with macos-13
hash: d1f7d6d07f6f8b16facdfd52dfa0a8a2b0b764bd
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 20.0.8
title: ""
date: 2024-12-04T19:37:32.669Z
- commits: - commits:
- subject: Update TypeScript to 5.7.2 - subject: Update TypeScript to 5.7.2
hash: 61d4d1f1e797f7978da64942648e8a0dcfc9d4b3 hash: 61d4d1f1e797f7978da64942648e8a0dcfc9d4b3

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/).
## 20.0.8 - 2024-12-04
* Run test and publish with macos-13 [Otavio Jacobi]
## 20.0.7 - 2024-11-23 ## 20.0.7 - 2024-11-23
* Update TypeScript to 5.7.2 [Thodoris Greasidis] * Update TypeScript to 5.7.2 [Thodoris Greasidis]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "20.0.7", "version": "20.0.8",
"lockfileVersion": 3, "lockfileVersion": 3,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "balena-cli", "name": "balena-cli",
"version": "20.0.7", "version": "20.0.8",
"hasInstallScript": true, "hasInstallScript": true,
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "20.0.7", "version": "20.0.8",
"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",
@ -274,6 +274,6 @@
} }
}, },
"versionist": { "versionist": {
"publishedAt": "2024-11-23T17:38:06.077Z" "publishedAt": "2024-12-04T19:37:33.523Z"
} }
} }