build(release): 1.5.2

This commit is contained in:
Lukas Obermann
2025-01-02 18:43:46 +01:00
parent 5a9ae86cf9
commit aa93dab7fd
3 changed files with 11 additions and 4 deletions
+7
View File
@@ -2,6 +2,13 @@
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
### [1.5.2](https://github.com/elyukai/optolith-client/compare/v1.5.2-alpha.4...v1.5.2) (2025-01-02)
### Bug Fixes
* throws during startup due to changed devtools identifiers ([7f5f944](https://github.com/elyukai/optolith-client/commit/7f5f94491e1432d66add1315889075fb5369f700)), closes [#1634](https://github.com/elyukai/optolith-client/issues/1634)
### [1.5.2-alpha.4](https://github.com/elyukai/optolith-client/compare/v1.5.2-alpha.3...v1.5.2-alpha.4) (2022-07-22)
+2 -2
View File
@@ -1,12 +1,12 @@
{
"name": "optolith",
"version": "1.5.2-alpha.4",
"version": "1.5.2",
"lockfileVersion": 2,
"requires": true,
"packages": {
"": {
"name": "optolith",
"version": "1.5.2-alpha.4",
"version": "1.5.2",
"license": "MPL-2.0",
"dependencies": {
"@electron/remote": "^2.0.8",
+2 -2
View File
@@ -1,7 +1,7 @@
{
"name": "optolith",
"productName": "Optolith",
"version": "1.5.2-alpha.4",
"version": "1.5.2",
"description": "A generator for heroes for the P&P-RPG 'The Dark Eye'.",
"author": {
"name": "Lukas Obermann",
@@ -103,4 +103,4 @@
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
}
}
}
}