Skip to content

Commit 0200e7b

Browse files
committed
chore: update changelog and version to 1.2.2; fix code duplication and trailing comma
1 parent e46e229 commit 0200e7b

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,13 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
66

77
## [Unreleased]
88

9+
## [1.2.2] - 2024-11-19
10+
11+
### Fixed
12+
13+
- Fixed code dublication by extracting the logic into functions to improve Extension Performance
14+
- Fixed trailing comma in `tsconfig.json`
15+
916
## [1.2.1] - 2024-11-19
1017

1118
### Added

package.json

Lines changed: 1 addition & 1 deletion
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.2.1",
5+
"version": "1.2.2",
66
"publisher": "MathiasElle",
77
"icon": "resources/logo.png",
88
"repository": {

0 commit comments

Comments
 (0)