mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 05:37:51 +00:00
v17.2.4
This commit is contained in:
parent
70e113152d
commit
d2150c5cb7
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Dedupe shrinkwrap
|
||||||
|
hash: 4a64102d672973ab1838ab6b3e53ca761ff0ccf2
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: myarmolinsky
|
||||||
|
nested: []
|
||||||
|
version: 17.2.4
|
||||||
|
title: ""
|
||||||
|
date: 2023-11-06T19:11:58.929Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Generate docs for recently supported commands
|
- subject: Generate docs for recently supported commands
|
||||||
hash: 9ef4117fb85c0d488982857223c11807e2df6745
|
hash: 9ef4117fb85c0d488982857223c11807e2df6745
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
## 17.2.4 - 2023-11-06
|
||||||
|
|
||||||
|
* Dedupe shrinkwrap [myarmolinsky]
|
||||||
|
|
||||||
## 17.2.3 - 2023-11-03
|
## 17.2.3 - 2023-11-03
|
||||||
|
|
||||||
* Generate docs for recently supported commands [Vipul Gupta (@vipulgupta2048)]
|
* Generate docs for recently supported commands [Vipul Gupta (@vipulgupta2048)]
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "17.2.3",
|
"version": "17.2.4",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "17.2.3",
|
"version": "17.2.4",
|
||||||
"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": "17.2.3",
|
"version": "17.2.4",
|
||||||
"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",
|
||||||
@ -282,6 +282,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-11-03T16:34:12.494Z"
|
"publishedAt": "2023-11-06T19:11:59.801Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user