mirror of
https://github.com/balena-io/balena-cli.git
synced 2025-01-29 15:44:26 +00:00
v16.6.2
This commit is contained in:
parent
e0a3c4bd95
commit
a1f25809cb
@ -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
|
||||
|
@ -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
4
npm-shrinkwrap.json
generated
@ -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": {
|
||||
|
@ -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"
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user