This commit is contained in:
flowzone-app[bot] 2024-10-08 15:25:16 +00:00 committed by GitHub
parent 7092db8ee8
commit d206e7cd66
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: "Contributing: No longer request separate folders for plural commands"
hash: 276d61cf6c3dfac44796736ff4570f2aeaec971e
body: ""
footer:
Change-type: patch
change-type: patch
author: myarmolinsky
nested: []
version: 19.0.18
title: ""
date: 2024-10-08T15:25:03.766Z
- commits:
- subject: Remove dev dependency `parse-link-header`
hash: da95baa70cc2dc72e6d529fa25c42cd2e1739c10

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/).
## 19.0.18 - 2024-10-08
* Contributing: No longer request separate folders for plural commands [myarmolinsky]
## 19.0.17 - 2024-10-08
* Remove dev dependency `parse-link-header` [myarmolinsky]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "19.0.17",
"version": "19.0.18",
"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-10-08T14:04:42.930Z"
"publishedAt": "2024-10-08T15:25:04.606Z"
}
}