We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e46e229 commit 0200e7bCopy full SHA for 0200e7b
CHANGELOG.md
@@ -6,6 +6,13 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
6
7
## [Unreleased]
8
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
16
## [1.2.1] - 2024-11-19
17
18
### Added
package.json
@@ -2,7 +2,7 @@
2
"name": "magento-log-viewer",
3
"displayName": "Magento Log Viewer",
4
"description": "A Visual Studio Code extension to view and manage Magento log files.",
5
- "version": "1.2.1",
+ "version": "1.2.2",
"publisher": "MathiasElle",
"icon": "resources/logo.png",
"repository": {
0 commit comments