mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-07 03:16:42 +00:00
v16.1.0
This commit is contained in:
parent
3e089fcdb2
commit
632296a271
@ -1,3 +1,14 @@
|
||||
- commits:
|
||||
- subject: build linux/arm packages
|
||||
hash: d61c30075036bf82fd81fdf6445bc5309d8af721
|
||||
body: ""
|
||||
footer:
|
||||
change-type: minor
|
||||
author: balenaCI
|
||||
nested: []
|
||||
version: 16.1.0
|
||||
title: ""
|
||||
date: 2023-05-16T18:26:08.594Z
|
||||
- commits:
|
||||
- subject: "support: Change the printed support expiry date in ISO 8601 UTC format"
|
||||
hash: 5bf95300ee0140487e7cac0083aecb972f7efe51
|
||||
|
@ -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/).
|
||||
|
||||
## 16.1.0 - 2023-05-16
|
||||
|
||||
* build linux/arm packages [balenaCI]
|
||||
|
||||
## 16.0.0 - 2023-05-16
|
||||
|
||||
* support: Change the printed support expiry date in ISO 8601 UTC format [Thodoris Greasidis]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "16.0.0",
|
||||
"version": "16.1.0",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "16.0.0",
|
||||
"version": "16.1.0",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "16.0.0",
|
||||
"version": "16.1.0",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -285,6 +285,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2023-05-16T00:02:36.056Z"
|
||||
"publishedAt": "2023-05-16T18:26:09.494Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user