File tree 3 files changed +6
-2
lines changed
3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,10 @@ All notable changes to the "magento-log-viewer" extension will be documented in
4
4
5
5
## Latest Release
6
6
7
+ ## [ 1.10.1] - 2025-03-12
8
+
9
+ - fix: update notification message
10
+
7
11
## [ 1.10.0] - 2025-03-12
8
12
9
13
- feat: add update notification for new extension version
Original file line number Diff line number Diff line change 2
2
"name" : " magento-log-viewer" ,
3
3
"displayName" : " Magento Log Viewer" ,
4
4
"description" : " A Visual Studio Code extension to view and manage Magento log files." ,
5
- "version" : " 1.10.0 " ,
5
+ "version" : " 1.10.1 " ,
6
6
"publisher" : " MathiasElle" ,
7
7
"icon" : " resources/logo.png" ,
8
8
"repository" : {
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ export async function showUpdateNotification(context: vscode.ExtensionContext) {
11
11
12
12
if ( lastVersion !== currentVersion ) {
13
13
const action = await vscode . window . showInformationMessage (
14
- `Magento Log Viewer wurde auf Version ${ currentVersion } ✨!` ,
14
+ `Magento Log Viewer was updated to Version ${ currentVersion } ✨!` ,
15
15
'❤️ Support this Project' ,
16
16
'Changelog' ,
17
17
'GitHub'
You can’t perform that action at this time.
0 commit comments