This commit is contained in:
balenaCI 2023-06-28 12:47:56 +00:00
parent d9de7636db
commit 72c57608d5
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: Drop `electron-notarize` dependency in favor of `@electron/notarize`
hash: 10b5af69679d04323c920d7fc08b9d691b6590b2
body: ""
footer:
Change-type: patch
change-type: patch
author: myarmolinsky
nested: []
version: 16.6.1
title: ""
date: 2023-06-28T12:47:54.665Z
- commits:
- subject: "api-key: Add `revoke` command which accepts a list of API key ids"
hash: 4b1378dfbcfdac45adeb3ac39aa101c02ed21c90

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.1 - 2023-06-28
* Drop `electron-notarize` dependency in favor of `@electron/notarize` [myarmolinsky]
## 16.6.0 - 2023-06-26
* api-key: Add `revoke` command which accepts a list of API key ids [myarmolinsky]

4
npm-shrinkwrap.json generated
View File

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

View File

@ -1,6 +1,6 @@
{
"name": "balena-cli",
"version": "16.6.0",
"version": "16.6.1",
"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-26T13:05:10.253Z"
"publishedAt": "2023-06-28T12:47:55.666Z"
}
}