mirror of
https://github.com/balena-io/balena-cli.git
synced 2024-12-18 21:27:51 +00:00
v18.2.29
This commit is contained in:
parent
5d6ee707ff
commit
1b36dc84fc
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Update balena-preload from 15.0.5 to 15.0.6
|
||||
hash: 3c64e13fb3f06f557b105f80650615f772809d65
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Otavio Jacobi
|
||||
nested: []
|
||||
version: 18.2.29
|
||||
title: ""
|
||||
date: 2024-07-12T14:54:58.781Z
|
||||
- commits:
|
||||
- subject: Downgrade pinejs-client-request to 7.4.2 to unblock the sdk update
|
||||
hash: 79fcd95491c151ddc136cecc7e309aaabb47ef2d
|
||||
|
@ -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/).
|
||||
|
||||
## 18.2.29 - 2024-07-12
|
||||
|
||||
* Update balena-preload from 15.0.5 to 15.0.6 [Otavio Jacobi]
|
||||
|
||||
## 18.2.28 - 2024-07-12
|
||||
|
||||
* Downgrade pinejs-client-request to 7.4.2 to unblock the sdk update [Thodoris Greasidis]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.28",
|
||||
"version": "18.2.29",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.28",
|
||||
"version": "18.2.29",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.28",
|
||||
"version": "18.2.29",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -286,6 +286,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2024-07-12T13:29:21.642Z"
|
||||
"publishedAt": "2024-07-12T14:54:59.690Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user