mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-18 02:39:49 +00:00
v18.2.32
This commit is contained in:
parent
d4d7fce2c1
commit
2c0c1f8fd1
@ -1,3 +1,15 @@
|
||||
- commits:
|
||||
- subject: Remove unused code
|
||||
hash: 0f23318367f0f14e7df52740282c75d0ac3fc6b5
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Otavio Jacobi
|
||||
nested: []
|
||||
version: 18.2.32
|
||||
title: ""
|
||||
date: 2024-07-16T13:10:02.704Z
|
||||
- commits:
|
||||
- subject: "deploy: Use the sdk's pine instance with balena-compose"
|
||||
hash: efa0d67f0ad3968fe1a52f929ae475a2caf08567
|
||||
|
@ -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.32 - 2024-07-16
|
||||
|
||||
* Remove unused code [Otavio Jacobi]
|
||||
|
||||
## 18.2.31 - 2024-07-15
|
||||
|
||||
* deploy: Use the sdk's pine instance with balena-compose [Thodoris Greasidis]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.31",
|
||||
"version": "18.2.32",
|
||||
"lockfileVersion": 3,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.31",
|
||||
"version": "18.2.32",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "18.2.31",
|
||||
"version": "18.2.32",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -287,6 +287,6 @@
|
||||
}
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2024-07-15T21:17:41.164Z"
|
||||
"publishedAt": "2024-07-16T13:10:03.601Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user