mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v20.0.9
This commit is contained in:
parent
9c5fe14f2e
commit
ccf97cfc9f
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Update shrinkwrapped express to v4.21.1
|
||||
hash: 38e29251e7600f2b1cffdff6d414073d910259b5
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Oskar Williams
|
||||
nested: []
|
||||
version: 20.0.9
|
||||
title: ""
|
||||
date: 2024-12-05T12:08:24.259Z
|
||||
- commits:
|
||||
- subject: Run test and publish with macos-13
|
||||
hash: d1f7d6d07f6f8b16facdfd52dfa0a8a2b0b764bd
|
||||
|
@ -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/).
|
||||
|
||||
## 20.0.9 - 2024-12-05
|
||||
|
||||
* Update shrinkwrapped express to v4.21.1 [Oskar Williams]
|
||||
|
||||
## 20.0.8 - 2024-12-04
|
||||
|
||||
* Run test and publish with macos-13 [Otavio Jacobi]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "20.0.8",
|
||||
"version": "20.0.9",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "20.0.8",
|
||||
"version": "20.0.9",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "20.0.8",
|
||||
"version": "20.0.9",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -274,6 +274,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2024-12-04T19:37:33.523Z"
|
||||
"publishedAt": "2024-12-05T12:08:25.127Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user