Skip to content

Commit

Permalink
v1.19.10
Browse files Browse the repository at this point in the history
  • Loading branch information
flowzone-app[bot] committed Apr 23, 2024
1 parent 0a243ca commit b132352
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 4 deletions.
30 changes: 30 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
- commits:
- subject: "patch: remove node-ipc and tests"
hash: ccc31bb9aaba8df88b2af612824d9106051e2804
body: ""
footer: {}
author: Edwin Joassart
nested: []
- subject: "patch: switch api; use ws; integrate sudo-prompt - switch api roles
flow - use websocket instead of node-ipc - integrate; modernize;
simplify and deprecate sudo-prompt"
hash: b3e33824ed1f70719b04f18dcb7f7dd76451b7f6
body: ""
footer: {}
author: Edwin Joassart
nested: []
- subject: "patch: refactor api to use a single topic"
hash: 6582260355fcc5280932bee771602fbfb5190619
body: ""
footer: {}
author: Edwin Joassart
nested: []
- subject: "patch: set require node engine to 20"
hash: b1d2bdaa06bfb35f4a66d92275ca21c731d1cf8e
body: ""
footer: {}
author: Edwin Joassart
nested: []
version: 1.19.10
title: ""
date: 2024-04-23T10:28:00.127Z
- commits:
- subject: "patch: prevent rebuild of native deps by @electron/rebuild"
hash: 003abfb88f2c7bff0ee291828f3815c738340afa
Expand Down
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

# v1.19.10
## (2024-04-23)

* patch: remove node-ipc and tests [Edwin Joassart]
* patch: switch api; use ws; integrate sudo-prompt - switch api roles flow - use websocket instead of node-ipc - integrate; modernize; simplify and deprecate sudo-prompt [Edwin Joassart]
* patch: refactor api to use a single topic [Edwin Joassart]
* patch: set require node engine to 20 [Edwin Joassart]

# v1.19.9
## (2024-04-22)

Expand Down
4 changes: 2 additions & 2 deletions npm-shrinkwrap.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"private": true,
"displayName": "balenaEtcher",
"productName": "balenaEtcher",
"version": "1.19.9",
"version": "1.19.10",
"packageType": "local",
"main": ".webpack/main",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
Expand Down Expand Up @@ -147,7 +147,7 @@
"node": ">=20 <21"
},
"versionist": {
"publishedAt": "2024-01-26T17:29:27.845Z"
"publishedAt": "2024-04-23T10:28:00.623Z"
},
"optionalDependencies": {
"bufferutil": "^4.0.8",
Expand Down

0 comments on commit b132352

Please sign in to comment.