From b70b6eb19d457296ce39dc76dab0d6b1cd58e250 Mon Sep 17 00:00:00 2001 From: WhiteFang Date: Wed, 31 Jul 2024 18:52:35 +0200 Subject: [PATCH] Bumped version to v0.8.35; Updated the ChangeLog --- CHANGELOG.md | 5 +++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ca59fbf9..761210a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## 0.8.35 (2024-07-31) + +- Updated the PoE Assets using PoE Asset Updater (commit 6cc908a) and PoE Client v3.25.0b (hotfix 2) +- Fixed an issue with the game log listener when the log file is cleared/truncated while poe-overlay is active/running. + ## 0.8.34 (2024-07-26) - Updated the PoE Assets using PoE Asset Updater (commit 6cc908a) and PoE Client v3.25.0 diff --git a/package-lock.json b/package-lock.json index 7d7d683a..f49da120 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "poe-overlay", - "version": "0.8.34", + "version": "0.8.35", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 1bf9984d..d80220b1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "poe-overlay", - "version": "0.8.34", + "version": "0.8.35", "private": true, "description": "An Overlay for Path of Exile. Built with Electron and Angular.", "main": "main.js",