This commit is contained in:
flowzone-app[bot] 2023-09-29 12:40:52 +00:00 committed by GitHub
parent efe0a018d7
commit 301d0ab3a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Bump oclif to ^3.17.1
hash: fa2a232e5fe30823e1c301189cdf034c67ce930c
body: ""
footer:
Change-type: patch
change-type: patch
author: Otávio Jacobi
nested: []
version: 17.1.4
title: ""
date: 2023-09-29T12:40:47.597Z
- commits:
- subject: Move to @oclif/core v2
hash: 77906c4152a565841b9c4f1e02677e815d191b26

View File

@ -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/).
## 17.1.4 - 2023-09-29
* Bump oclif to ^3.17.1 [Otávio Jacobi]
## 17.1.3 - 2023-09-26
* Move to @oclif/core v2 [Otávio Jacobi]

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{
"name": "balena-cli",
"version": "17.1.3",
"version": "17.1.4",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "balena-cli",
"version": "17.1.3",
"version": "17.1.4",
"hasInstallScript": true,
"license": "Apache-2.0",
"dependencies": {

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "17.1.3",
"version": "17.1.4",
"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-26T13:57:53.580Z"
"publishedAt": "2023-09-29T12:40:48.772Z"
}
}