Version bump

This commit is contained in:
James-Yu 2017-01-26 14:57:00 +08:00
parent 16aeb8249d
commit f2d7574a56
2 changed files with 8 additions and 1 deletions

View File

@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [0.2.7] - 2017-01-26
### Changed
- Way of presenting latex log results.
### Fixed
- Unable to parse `file.tex:123: latex error` type error.
## [0.2.6] - 2017-01-17
### Fixed
- Missing requirejs dependency leading to failed extension initialization.

View File

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