This commit is contained in:
balenaCI 2023-06-29 12:27:14 +00:00
parent e0a3c4bd95
commit a1f25809cb
No known key found for this signature in database
GPG Key ID: AD4B2FDC8EB83069
4 changed files with 20 additions and 4 deletions

View File

@ -1,3 +1,15 @@
- commits:
- subject: "macos notarization: Expose team ID instead of keeping it in secrets"
hash: d843e75512ebb9a54f00207b1b17aa65dc3244fc
body: ""
footer:
Change-type: patch
change-type: patch
author: myarmolinsky
nested: []
version: 16.6.2
title: ""
date: 2023-06-29T12:27:11.915Z
- commits:
- subject: Drop `electron-notarize` dependency in favor of `@electron/notarize`
hash: 10b5af69679d04323c920d7fc08b9d691b6590b2

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/).
## 16.6.2 - 2023-06-29
* macos notarization: Expose team ID instead of keeping it in secrets [myarmolinsky]
## 16.6.1 - 2023-06-28
* Drop `electron-notarize` dependency in favor of `@electron/notarize` [myarmolinsky]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "16.6.1",
"version": "16.6.2",
"description": "The official balena Command Line Interface",
"main": "./build/app.js",
"homepage": "https://github.com/balena-io/balena-cli",
@ -285,6 +285,6 @@
"windosu": "^0.3.0"
},
"versionist": {
"publishedAt": "2023-06-28T12:47:55.666Z"
"publishedAt": "2023-06-29T12:27:12.826Z"
}
}