mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-19 21:57:51 +00:00
v17.1.0
This commit is contained in:
parent
2b1be3e5d9
commit
a1c9b4b80e
@ -1,3 +1,15 @@
|
|||||||
|
- commits:
|
||||||
|
- subject: Update oclif, improve help command
|
||||||
|
hash: e46378ec518202d466a85faea50023996c5bdec2
|
||||||
|
body: ""
|
||||||
|
footer:
|
||||||
|
Change-type: minor
|
||||||
|
change-type: minor
|
||||||
|
author: myarmolinsky
|
||||||
|
nested: []
|
||||||
|
version: 17.1.0
|
||||||
|
title: ""
|
||||||
|
date: 2023-09-05T13:00:56.974Z
|
||||||
- commits:
|
- commits:
|
||||||
- subject: Update to Node 18
|
- subject: Update to Node 18
|
||||||
hash: 817ce5dc9612c7b75c138090c0dca14c4987a5f7
|
hash: 817ce5dc9612c7b75c138090c0dca14c4987a5f7
|
||||||
|
@ -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/).
|
||||||
|
|
||||||
|
## 17.1.0 - 2023-09-05
|
||||||
|
|
||||||
|
* Update oclif, improve help command [myarmolinsky]
|
||||||
|
|
||||||
## 17.0.0 - 2023-08-29
|
## 17.0.0 - 2023-08-29
|
||||||
|
|
||||||
* Update to Node 18 [Otávio Jacobi]
|
* Update to Node 18 [Otávio Jacobi]
|
||||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
|||||||
{
|
{
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "17.0.0",
|
"version": "17.1.0",
|
||||||
"lockfileVersion": 2,
|
"lockfileVersion": 2,
|
||||||
"requires": true,
|
"requires": true,
|
||||||
"packages": {
|
"packages": {
|
||||||
"": {
|
"": {
|
||||||
"name": "balena-cli",
|
"name": "balena-cli",
|
||||||
"version": "17.0.0",
|
"version": "17.1.0",
|
||||||
"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": "17.0.0",
|
"version": "17.1.0",
|
||||||
"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",
|
||||||
@ -280,6 +280,6 @@
|
|||||||
"windosu": "^0.3.0"
|
"windosu": "^0.3.0"
|
||||||
},
|
},
|
||||||
"versionist": {
|
"versionist": {
|
||||||
"publishedAt": "2023-08-29T11:45:50.464Z"
|
"publishedAt": "2023-09-05T13:00:58.291Z"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user