mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v19.1.3
This commit is contained in:
parent
2a0ab6abbb
commit
49984c2366
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Remove custom sorting of OS commands in docs in favor of alphabetizing
|
||||
hash: af2c04540f41428b668ab0890dd498dfd28a4f11
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: myarmolinsky
|
||||
nested: []
|
||||
version: 19.1.3
|
||||
title: ""
|
||||
date: 2024-10-16T14:39:24.641Z
|
||||
- commits:
|
||||
- subject: Remove no longer needed dependency `get-stdin`
|
||||
hash: d323c0742cfbbcc017f11f9fd30a9539b1c46f84
|
||||
|
@ -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.1.3 - 2024-10-16
|
||||
|
||||
* Remove custom sorting of OS commands in docs in favor of alphabetizing [myarmolinsky]
|
||||
|
||||
## 19.1.2 - 2024-10-16
|
||||
|
||||
* Remove no longer needed dependency `get-stdin` [myarmolinsky]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "19.1.2",
|
||||
"version": "19.1.3",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "19.1.2",
|
||||
"version": "19.1.3",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "19.1.2",
|
||||
"version": "19.1.3",
|
||||
"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-16T13:35:37.695Z"
|
||||
"publishedAt": "2024-10-16T14:39:25.494Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user