diff --git a/CHANGELOG.md b/CHANGELOG.md index a406f357b..074836bf4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Change Log -## [9.16.0] - 2023-2-19 +## [9.16.1] - 2023-12-21 + +### Fixed +- (#4103) Fix wrong boundary calculation when macros are the last argument in new command definitions. + +## [9.16.0] - 2023-12-19 ### Added - Tweak the PDF synctex indicator appearance, less intrusive. diff --git a/package-lock.json b/package-lock.json index 4ce2dccd0..60cf7d9bd 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "latex-workshop", - "version": "9.16.0", + "version": "9.16.1", "lockfileVersion": 3, "requires": true, "packages": { "": { "name": "latex-workshop", - "version": "9.16.0", + "version": "9.16.1", "license": "MIT", "dependencies": { "cross-spawn": "7.0.3", diff --git a/package.json b/package.json index 4f978a169..2b8b6bc9e 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "LaTeX Workshop", "description": "Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.", "icon": "icons/icon.png", - "version": "9.16.0", + "version": "9.16.1", "publisher": "James-Yu", "license": "MIT", "homepage": "https://github.com/James-Yu/LaTeX-Workshop",