mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 10:46:34 +00:00
v19.0.15
This commit is contained in:
parent
877c5031a4
commit
7b66e0d216
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Remove unused `mockery` dev dependency
|
||||||
|
hash: 1245b1c99bab2d504a025f489451710cc140bc55
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: myarmolinsky
|
||||||
|
nested: []
|
||||||
|
version: 19.0.15
|
||||||
|
title: ""
|
||||||
|
date: 2024-10-08T13:11:01.319Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Temporarily skip broken image-manager tests on Windows and Mac
|
- subject: Temporarily skip broken image-manager tests on Windows and Mac
|
||||||
hash: 77b9514442ab81ef1375a2517eb3e9aab7e724da
|
hash: 77b9514442ab81ef1375a2517eb3e9aab7e724da
|
||||||
|
@ -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.15 - 2024-10-08
|
||||||
|
|
||||||
|
* Remove unused `mockery` dev dependency [myarmolinsky]
|
||||||
|
|
||||||
## 19.0.14 - 2024-10-08
|
## 19.0.14 - 2024-10-08
|
||||||
|
|
||||||
* Temporarily skip broken image-manager tests on Windows and Mac [myarmolinsky]
|
* Temporarily skip broken image-manager tests on Windows and Mac [myarmolinsky]
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "19.0.14",
|
"version": "19.0.15",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "19.0.14",
|
"version": "19.0.15",
|
||||||
"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.14",
|
"version": "19.0.15",
|
||||||
"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",
|
||||||
@ -279,6 +279,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2024-10-08T12:44:15.145Z"
|
"publishedAt": "2024-10-08T13:11:02.162Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user