Skip to content

Commit d2c5035

Browse files
committed
chore: update version to 1.10.1 and fix update notification message
1 parent 035b89d commit d2c5035

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to the "magento-log-viewer" extension will be documented in
44

55
## Latest Release
66

7+
## [1.10.1] - 2025-03-12
8+
9+
- fix: update notification message
10+
711
## [1.10.0] - 2025-03-12
812

913
- feat: add update notification for new extension version

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "magento-log-viewer",
33
"displayName": "Magento Log Viewer",
44
"description": "A Visual Studio Code extension to view and manage Magento log files.",
5-
"version": "1.10.0",
5+
"version": "1.10.1",
66
"publisher": "MathiasElle",
77
"icon": "resources/logo.png",
88
"repository": {

src/updateNotifier.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export async function showUpdateNotification(context: vscode.ExtensionContext) {
1111

1212
if (lastVersion !== currentVersion) {
1313
const action = await vscode.window.showInformationMessage(
14-
`Magento Log Viewer wurde auf Version ${currentVersion} ✨!`,
14+
`Magento Log Viewer was updated to Version ${currentVersion} ✨!`,
1515
'❤️ Support this Project',
1616
'Changelog',
1717
'GitHub'

0 commit comments

Comments
 (0)