Version 8.13.1

This commit is contained in:
James-Yu 2020-09-12 14:34:31 +08:00
parent 32728e0abf
commit 7e2d3a06c4
3 changed files with 7 additions and 2 deletions

View File

@ -1,5 +1,10 @@
# Change Log
## [8.13.1] - 2020-09-12
### Fixed
- (#2274) Fix spelling error `formater` -> `formatter`.
## [8.13.0] - 2020-09-11
### Added

2
package-lock.json generated
View File

@ -1,6 +1,6 @@
{
"name": "latex-workshop",
"version": "8.12.0",
"version": "8.13.0",
"lockfileVersion": 1,
"requires": true,
"dependencies": {

View File

@ -3,7 +3,7 @@
"displayName": "LaTeX Workshop",
"description": "Boost LaTeX typesetting efficiency with preview, compile, autocomplete, colorize, and more.",
"icon": "icons/icon.png",
"version": "8.13.0",
"version": "8.13.1",
"publisher": "James-Yu",
"license": "MIT",
"homepage": "https://github.com/James-Yu/LaTeX-Workshop",