mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
v19.0.11
This commit is contained in:
parent
ca6eea4371
commit
aaf709a1d4
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Remove Bluebird as a direct dependency
|
||||||
|
hash: d39dc5a39ad0ec25e0a690b881c8212699f64162
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Thodoris Greasidis
|
||||||
|
nested: []
|
||||||
|
version: 19.0.11
|
||||||
|
title: ""
|
||||||
|
date: 2024-09-18T16:38:55.929Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Remove package `@resin.io/valid-email`
|
- subject: Remove package `@resin.io/valid-email`
|
||||||
hash: a2b4f76c94e7fda3f122adf721e0a12d9a0e9164
|
hash: a2b4f76c94e7fda3f122adf721e0a12d9a0e9164
|
||||||
|
@ -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.11 - 2024-09-18
|
||||||
|
|
||||||
|
* Remove Bluebird as a direct dependency [Thodoris Greasidis]
|
||||||
|
|
||||||
## 19.0.10 - 2024-09-12
|
## 19.0.10 - 2024-09-12
|
||||||
|
|
||||||
* Remove package `@resin.io/valid-email` [myarmolinsky]
|
* Remove package `@resin.io/valid-email` [myarmolinsky]
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "19.0.10",
|
"version": "19.0.11",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "19.0.10",
|
"version": "19.0.11",
|
||||||
"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.10",
|
"version": "19.0.11",
|
||||||
"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",
|
||||||
@ -275,6 +275,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2024-09-12T23:00:14.028Z"
|
"publishedAt": "2024-09-18T16:38:56.766Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user