mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-04-13 22:22:58 +00:00
v17.1.3
This commit is contained in:
parent
8e6a6b81d9
commit
da1f022df9
@ -1,3 +1,23 @@
|
||||
- commits:
|
||||
- subject: Move to @oclif/core v2
|
||||
hash: 77906c4152a565841b9c4f1e02677e815d191b26
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Otávio Jacobi
|
||||
nested: []
|
||||
- subject: Remove direct dependency to @oclif/config
|
||||
hash: 26bc68753b409b99c60799153af05b1fe6bd1b0d
|
||||
body: ""
|
||||
footer:
|
||||
Change-type: patch
|
||||
change-type: patch
|
||||
author: Otávio Jacobi
|
||||
nested: []
|
||||
version: 17.1.3
|
||||
title: ""
|
||||
date: 2023-09-26T13:57:52.088Z
|
||||
- commits:
|
||||
- subject: Fix preload with commit hash Update balena-preload from 14.0.2 to 14.0.3
|
||||
hash: 50e1efa448f70a2d04a0e0e9bb2a970edf9f5ac1
|
||||
|
@ -4,6 +4,11 @@ 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/).
|
||||
|
||||
## 17.1.3 - 2023-09-26
|
||||
|
||||
* Move to @oclif/core v2 [Otávio Jacobi]
|
||||
* Remove direct dependency to @oclif/config [Otávio Jacobi]
|
||||
|
||||
## 17.1.2 - 2023-09-26
|
||||
|
||||
* Fix preload with commit hash Update balena-preload from 14.0.2 to 14.0.3 [Otávio Jacobi]
|
||||
|
4
npm-shrinkwrap.json
generated
4
npm-shrinkwrap.json
generated
@ -1,12 +1,12 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "17.1.2",
|
||||
"version": "17.1.3",
|
||||
"lockfileVersion": 2,
|
||||
"requires": true,
|
||||
"packages": {
|
||||
"": {
|
||||
"name": "balena-cli",
|
||||
"version": "17.1.2",
|
||||
"version": "17.1.3",
|
||||
"hasInstallScript": true,
|
||||
"license": "Apache-2.0",
|
||||
"dependencies": {
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "balena-cli",
|
||||
"version": "17.1.2",
|
||||
"version": "17.1.3",
|
||||
"description": "The official balena Command Line Interface",
|
||||
"main": "./build/app.js",
|
||||
"homepage": "https://github.com/balena-io/balena-cli",
|
||||
@ -280,6 +280,6 @@
|
||||
"windosu": "^0.3.0"
|
||||
},
|
||||
"versionist": {
|
||||
"publishedAt": "2023-09-26T12:14:26.982Z"
|
||||
"publishedAt": "2023-09-26T13:57:53.580Z"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user