diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a3b2f8..7b42aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ ## Stable +### 4.1.1: 01-Feb-2024 + +- Fixes [#137: Apple Plist/MobileConfig files create error after first format](https://github.com/pmahend1/PrettyXML/issues/137). +- Yarn upgrades. + ### 4.1.0: 31-Jan-2024 - Added [`AXAML`](https://docs.avaloniaui.net/docs/basics/user-interface/introduction-to-xaml) support for Avalonia. diff --git a/lib/XmlFormatter.CommandLine.dll b/lib/XmlFormatter.CommandLine.dll index f6b87a9..517a82b 100644 Binary files a/lib/XmlFormatter.CommandLine.dll and b/lib/XmlFormatter.CommandLine.dll differ diff --git a/lib/XmlFormatter.CommandLine.exe b/lib/XmlFormatter.CommandLine.exe index 16190b5..66942f6 100644 Binary files a/lib/XmlFormatter.CommandLine.exe and b/lib/XmlFormatter.CommandLine.exe differ diff --git a/lib/XmlFormatter.CommandLine.pdb b/lib/XmlFormatter.CommandLine.pdb index 0b377a4..a45a155 100644 Binary files a/lib/XmlFormatter.CommandLine.pdb and b/lib/XmlFormatter.CommandLine.pdb differ diff --git a/lib/XmlFormatter.dll b/lib/XmlFormatter.dll index d357162..b0cfe0c 100644 Binary files a/lib/XmlFormatter.dll and b/lib/XmlFormatter.dll differ diff --git a/lib/XmlFormatter.pdb b/lib/XmlFormatter.pdb index 65eaa76..354e145 100644 Binary files a/lib/XmlFormatter.pdb and b/lib/XmlFormatter.pdb differ diff --git a/package.json b/package.json index 614ec9d..0ea0bd3 100644 --- a/package.json +++ b/package.json @@ -6,7 +6,7 @@ }, "readme": "https://github.com/pmahend1/PrettyXML/blob/main/README.md", "description": "XML formatter extension for Visual Studio Code. Formats XML documents just like Visual Studio.", - "version": "4.1.0", + "version": "4.1.1", "publisher": "PrateekMahendrakar", "repository": { "url": "https://github.com/pmahend1/prettyxml.git" diff --git a/yarn.lock b/yarn.lock index 9c64cda..aede06d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -124,14 +124,14 @@ integrity sha512-wANk6fBrUwdpY4isjWrKTufkrXdu1D2YHCot2fD/DfWxF5sMrVSA+KN7ydckvaTCh0HiqX9IVl0L5/ZoXg5M7w== "@types/node@^16.4.13": - version "16.18.78" - resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.78.tgz#3d97264128712f2eb59f1f8456bcfc5d56d8105c" - integrity sha512-2poPMDdsGfvhcLmgJZ85QrIfN6z3PijYRMiV0FWIEUiQW/t/lzH7BEm4vN+HMhjZXbtIKssMcAxTcgu4Rm83YA== + version "16.18.79" + resolved "https://registry.yarnpkg.com/@types/node/-/node-16.18.79.tgz#153e25561b271cf87dc1b28d38f98cebd514d788" + integrity sha512-Qd7jdLR5zmnIyMhfDrfPqN5tUCvreVpP3Qrf2oSM+F7SNzlb/MwHISGUkdFHtevfkPJ3iAGyeQI/jsbh9EStgQ== "@types/vscode@^1.59.0": - version "1.85.0" - resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.85.0.tgz#46beb07f0f626665b52d1e2294382b2bc63b602e" - integrity sha512-CF/RBon/GXwdfmnjZj0WTUMZN5H6YITOfBCP4iEZlOtVQXuzw6t7Le7+cR+7JzdMrnlm7Mfp49Oj2TuSXIWo3g== + version "1.86.0" + resolved "https://registry.yarnpkg.com/@types/vscode/-/vscode-1.86.0.tgz#5d5f233137b27e51d7ad1462600005741296357a" + integrity sha512-DnIXf2ftWv+9LWOB5OJeIeaLigLHF7fdXF6atfc7X5g2w/wVZBgk0amP7b+ub5xAuW1q7qP5YcFvOcit/DtyCQ== "@typescript-eslint/eslint-plugin@^4.29.0": version "4.33.0"