mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
v19.0.18
This commit is contained in:
parent
7092db8ee8
commit
d206e7cd66
@ -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:
|
- commits:
|
||||||
- subject: Remove dev dependency `parse-link-header`
|
- subject: Remove dev dependency `parse-link-header`
|
||||||
hash: da95baa70cc2dc72e6d529fa25c42cd2e1739c10
|
hash: da95baa70cc2dc72e6d529fa25c42cd2e1739c10
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
## 19.0.18 - 2024-10-08
|
||||||
|
|
||||||
|
* Contributing: No longer request separate folders for plural commands [myarmolinsky]
|
||||||
|
|
||||||
## 19.0.17 - 2024-10-08
|
## 19.0.17 - 2024-10-08
|
||||||
|
|
||||||
* Remove dev dependency `parse-link-header` [myarmolinsky]
|
* Remove dev dependency `parse-link-header` [myarmolinsky]
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "19.0.17",
|
"version": "19.0.18",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "19.0.17",
|
"version": "19.0.18",
|
||||||
"hasInstallScript": true,
|
"hasInstallScript": true,
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "19.0.17",
|
"version": "19.0.18",
|
||||||
"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-10-08T14:04:42.930Z"
|
"publishedAt": "2024-10-08T15:25:04.606Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user