Version bump

This commit is contained in:
James-Yu 2017-01-19 16:18:10 +08:00
parent 2a812fd236
commit e7b54b64c6
2 changed files with 6 additions and 2 deletions

View File

@ -4,12 +4,16 @@ 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.6] - 2017-01-17
### Fixed
- Missing requirejs dependency leading to failed extension initialization.
## [0.2.5] - 2017-01-17
### Added
- LaTeX log parser. Output to LaTeX Workshop output channel.
### Fixed
- Ignoring double curly brackets in parsed bibtex items to avoid spamming
- Ignoring double curly brackets in parsed bibtex items to avoid spamming.
## [0.2.4] - 2017-01-17
### Changed

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.5",
"version": "0.2.6",
"publisher": "James-Yu",
"license": "MIT",
"homepage": "https://github.com/James-Yu/LaTeX-Workshop",