mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v19.11.1
This commit is contained in:
parent
aaaee47e0c
commit
69d820878a
@ -1,3 +1,16 @@
|
||||
- commits:
|
||||
- subject: Update dependency sinon to v19
|
||||
hash: e7761a616bfdfb193f8617b3ba023fb3fce4ed05
|
||||
body: |
|
||||
Update sinon from 18.0.0 to 19.0.2
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Self-hosted Renovate Bot
|
||||
nested: []
|
||||
version: 19.11.1
|
||||
title: ""
|
||||
date: 2024-10-21T13:05:14.018Z
|
||||
- commits:
|
||||
- subject: Add alias `device logs` for `logs`
|
||||
hash: b77f266bd757d62f110d4fc61128b5aa592f7a4e
|
||||
|
@ -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/).
|
||||
|
||||
## 19.11.1 - 2024-10-21
|
||||
|
||||
* Update dependency sinon to v19 [Self-hosted Renovate Bot]
|
||||
|
||||
## 19.11.0 - 2024-10-21
|
||||
|
||||
* Add alias `device logs` for `logs` [myarmolinsky]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "19.11.0",
|
||||
"version": "19.11.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "19.11.0",
|
||||
"version": "19.11.1",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "19.11.0",
|
||||
"version": "19.11.1",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -273,6 +273,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2024-10-21T12:08:56.452Z"
|
||||
"publishedAt": "2024-10-21T13:05:14.936Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user