mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-24 07:46:39 +00:00
v19.13.1
This commit is contained in:
parent
d554658eee
commit
65222b5fc9
@ -1,3 +1,16 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update dependency chalk to v4
|
||||||
|
hash: 8ded517dd96fe6237cb356ebc5c3a6263ba8edee
|
||||||
|
body: |
|
||||||
|
Update chalk from 3.0.0 to 4.1.2
|
||||||
|
footer:
|
||||||
|
Change-type: patch
|
||||||
|
change-type: patch
|
||||||
|
author: Self-hosted Renovate Bot
|
||||||
|
nested: []
|
||||||
|
version: 19.13.1
|
||||||
|
title: ""
|
||||||
|
date: 2024-10-21T19:13:31.221Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Add alias `env set` for command `env add`
|
- subject: Add alias `env set` for command `env add`
|
||||||
hash: f1924bba6b1c4fe4ba57f3a63ddc98f4fa5290ba
|
hash: f1924bba6b1c4fe4ba57f3a63ddc98f4fa5290ba
|
||||||
|
@ -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.13.1 - 2024-10-21
|
||||||
|
|
||||||
|
* Update dependency chalk to v4 [Self-hosted Renovate Bot]
|
||||||
|
|
||||||
## 19.13.0 - 2024-10-21
|
## 19.13.0 - 2024-10-21
|
||||||
|
|
||||||
* Add alias `env set` for command `env add` [myarmolinsky]
|
* Add alias `env set` for command `env add` [myarmolinsky]
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "19.13.0",
|
"version": "19.13.1",
|
||||||
"lockfileVersion": 3,
|
"lockfileVersion": 3,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "19.13.0",
|
"version": "19.13.1",
|
||||||
"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.13.0",
|
"version": "19.13.1",
|
||||||
"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",
|
||||||
@ -273,6 +273,6 @@
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2024-10-21T18:14:02.288Z"
|
"publishedAt": "2024-10-21T19:13:32.213Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user