This commit is contained in:
flowzone-app[bot] 2024-03-14 12:57:24 +00:00 committed by GitHub
parent cb444998cd
commit 6ebeb97917
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: Use standard oclif run.js & dev.js
hash: 742c015f21b36685c8dcd9ba494ef0298924bcc9
body: ""
footer:
Change-type: patch
change-type: patch
author: Otavio Jacobi
nested: []
version: 18.1.3
title: ""
date: 2024-03-14T12:57:18.555Z
- commits: - commits:
- subject: Move macos binary signing to oclif pretarball lifecycle - subject: Move macos binary signing to oclif pretarball lifecycle
hash: 7f11805a7fdd9dbfebae198321bfd0640769092b hash: 7f11805a7fdd9dbfebae198321bfd0640769092b

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! automatically by Versionist. DO NOT EDIT THIS FILE MANUALLY!
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
## 18.1.3 - 2024-03-14
* Use standard oclif run.js & dev.js [Otavio Jacobi]
## 18.1.2 - 2024-03-13 ## 18.1.2 - 2024-03-13
* Move macos binary signing to oclif pretarball lifecycle [Otavio Jacobi] * Move macos binary signing to oclif pretarball lifecycle [Otavio Jacobi]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{ {
"name": "balena-cli", "name": "balena-cli",
"version": "18.1.2", "version": "18.1.3",
"description": "The official balena Command Line Interface", "description": "The official balena Command Line Interface",
"main": "./build/app.js", "main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli", "homepage": "https://github.com/balena-io/balena-cli",
@ -288,6 +288,6 @@
"windosu": "^0.3.0" "windosu": "^0.3.0"
}, },
"versionist": { "versionist": {
"publishedAt": "2024-03-13T13:49:08.856Z" "publishedAt": "2024-03-14T12:57:19.392Z"
} }
} }