This commit is contained in:
flowzone-app[bot] 2024-04-25 13:00:18 +00:00 committed by GitHub
parent 58c82b33ec
commit 70f0fb677c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 19 additions and 4 deletions

View File

@ -1,3 +1,13 @@
- commits:
- subject: "patch: setup wdio and port (most) tests"
hash: a661d102bc94bf2707f01958d1e9d260efc06c14
body: ""
footer: {}
author: Edwin Joassart
nested: []
version: 1.19.11
title: ""
date: 2024-04-25T13:00:13.805Z
- commits: - commits:
- subject: "patch: remove node-ipc and tests" - subject: "patch: remove node-ipc and tests"
hash: ccc31bb9aaba8df88b2af612824d9106051e2804 hash: ccc31bb9aaba8df88b2af612824d9106051e2804

View File

@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/). This project adheres to [Semantic Versioning](http://semver.org/).
# v1.19.11
## (2024-04-25)
* patch: setup wdio and port (most) tests [Edwin Joassart]
# v1.19.10 # v1.19.10
## (2024-04-23) ## (2024-04-23)

4
npm-shrinkwrap.json generated
View File

@ -1,12 +1,12 @@
{ {
"name": "balena-etcher", "name": "balena-etcher",
"version": "1.19.10", "version": "1.19.11",
"lockfileVersion": 2, "lockfileVersion": 2,
"requires": true, "requires": true,
"packages": { "packages": {
"": { "": {
"name": "balena-etcher", "name": "balena-etcher",
"version": "1.19.10", "version": "1.19.11",
"license": "Apache-2.0", "license": "Apache-2.0",
"dependencies": { "dependencies": {
"@electron/remote": "^2.1.0", "@electron/remote": "^2.1.0",

View File

@ -3,7 +3,7 @@
"private": true, "private": true,
"displayName": "balenaEtcher", "displayName": "balenaEtcher",
"productName": "balenaEtcher", "productName": "balenaEtcher",
"version": "1.19.10", "version": "1.19.11",
"packageType": "local", "packageType": "local",
"main": ".webpack/main", "main": ".webpack/main",
"description": "Flash OS images to SD cards and USB drives, safely and easily.", "description": "Flash OS images to SD cards and USB drives, safely and easily.",
@ -147,7 +147,7 @@
"node": ">=20 <21" "node": ">=20 <21"
}, },
"versionist": { "versionist": {
"publishedAt": "2024-04-23T10:28:00.623Z" "publishedAt": "2024-04-25T13:00:14.270Z"
}, },
"optionalDependencies": { "optionalDependencies": {
"bufferutil": "^4.0.8", "bufferutil": "^4.0.8",