mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-02-20 17:33:18 +00:00
v16.5.1
This commit is contained in:
parent
83b9bf67c2
commit
af27cf2cbe
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Update TypeScript to 5.1.3
|
||||
hash: abd73b805b542be4dda02845f8224ed4136455ca
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Thodoris Greasidis
|
||||
nested: []
|
||||
version: 16.5.1
|
||||
title: ""
|
||||
date: 2023-06-02T06:29:58.265Z
|
||||
- commits:
|
||||
- subject: Add `balena block create` command for creating Blocks
|
||||
hash: 9975e5d9ac566e9535b43041186f0ad158a19b19
|
||||
|
@ -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.5.1 - 2023-06-02
|
||||
|
||||
* Update TypeScript to 5.1.3 [Thodoris Greasidis]
|
||||
|
||||
## 16.5.0 - 2023-05-25
|
||||
|
||||
* Add `balena block create` command for creating Blocks [myarmolinsky]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "16.5.0",
|
||||
"version": "16.5.1",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "16.5.0",
|
||||
"version": "16.5.1",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "16.5.0",
|
||||
"version": "16.5.1",
|
||||
"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-25T16:45:01.060Z"
|
||||
"publishedAt": "2023-06-02T06:29:59.168Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user