mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 11:26:41 +00:00
v17.4.6
This commit is contained in:
parent
81ee9f397f
commit
d9fed9c34c
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Bump oclif core & use default missing flag handler
|
||||
hash: b9722c67963c9b90e94aec7653ee488957ecd690
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Otávio Jacobi
|
||||
nested: []
|
||||
version: 17.4.6
|
||||
title: ""
|
||||
date: 2023-12-08T15:55:47.078Z
|
||||
- commits:
|
||||
- subject: Stop testing dependency deduplication on the custom test runners
|
||||
hash: 65ba63d1a8d231851634830be6d48fbf0e085e47
|
||||
|
@ -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/).
|
||||
|
||||
## 17.4.6 - 2023-12-08
|
||||
|
||||
* Bump oclif core & use default missing flag handler [Otávio Jacobi]
|
||||
|
||||
## 17.4.5 - 2023-12-04
|
||||
|
||||
* Stop testing dependency deduplication on the custom test runners [Thodoris Greasidis]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "17.4.5",
|
||||
"version": "17.4.6",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "17.4.5",
|
||||
"version": "17.4.6",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "17.4.5",
|
||||
"version": "17.4.6",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -283,6 +283,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2023-12-04T14:08:26.483Z"
|
||||
"publishedAt": "2023-12-08T15:55:47.943Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user