Skip to content

Commit

Permalink
v1.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
balenaCI committed Nov 21, 2022
1 parent 813c497 commit 952ea80
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 3 deletions.
15 changes: 15 additions & 0 deletions .versionbot/CHANGELOG.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
- commits:
- subject: Fixing call to electron block screensaver methods invocation
hash: 1b5b64713505dfb69448bc2184839b4c23bd677b
body: >
Replacing `send` calls to `invoke` for `enable/disable-screensaver` calls.
footer:
Change-type: patch
change-type: patch
Signed-off-by: Aurelien VALADE <[email protected]>
signed-off-by: Aurelien VALADE <[email protected]>
author: Aurelien VALADE
nested: []
version: 1.10.1
title: ""
date: 2022-11-21T16:50:14.797Z
- commits:
- subject: testing renovate
hash: 306e087ec6daed9e736a8918cde07159dd9298dc
Expand Down
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,11 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).

# v1.10.1
## (2022-11-21)

* Fixing call to electron block screensaver methods invocation [Aurelien VALADE]

# v1.10.0
## (2022-11-10)

Expand Down
2 changes: 1 addition & 1 deletion package-lock.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 @@ -2,7 +2,7 @@
"name": "balena-etcher",
"private": true,
"displayName": "balenaEtcher",
"version": "1.10.0",
"version": "1.10.1",
"packageType": "local",
"main": "generated/etcher.js",
"description": "Flash OS images to SD cards and USB drives, safely and easily.",
Expand Down Expand Up @@ -124,6 +124,6 @@
"node": ">=14 < 16"
},
"versionist": {
"publishedAt": "2022-11-10T20:54:13.110Z"
"publishedAt": "2022-11-21T16:50:15.392Z"
}
}

0 comments on commit 952ea80

Please sign in to comment.