mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v19.1.1
This commit is contained in:
parent
0699278220
commit
440c5ad15b
@ -1,3 +1,23 @@
|
||||
- commits:
|
||||
- subject: Deduplicate dependencies
|
||||
hash: 0eb5c78e33979e7fbe7beb4e407949d53af6004b
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: myarmolinsky
|
||||
nested: []
|
||||
- subject: Fix changelog entry for v19.1.0
|
||||
hash: 067232b5c4d757913d4fb1c8f9611ed8eb394124
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: myarmolinsky
|
||||
nested: []
|
||||
version: 19.1.1
|
||||
title: ""
|
||||
date: 2024-10-14T13:06:38.383Z
|
||||
- commits:
|
||||
- subject: "Docs: Show aliases for commands"
|
||||
hash: 12cdb1463860a1ffef4e8ad44dde32f00369e3b5
|
||||
|
@ -4,6 +4,11 @@ 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.1.1 - 2024-10-14
|
||||
|
||||
* Deduplicate dependencies [myarmolinsky]
|
||||
* Fix changelog entry for v19.1.0 [myarmolinsky]
|
||||
|
||||
## 19.1.0 - 2024-10-11
|
||||
|
||||
* Docs: Show aliases for commands [myarmolinsky]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "19.1.0",
|
||||
"version": "19.1.1",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "19.1.0",
|
||||
"version": "19.1.1",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "19.1.0",
|
||||
"version": "19.1.1",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -274,6 +274,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2024-10-11T17:15:03.656Z"
|
||||
"publishedAt": "2024-10-14T13:06:39.241Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user