From e7b54b64c6b4e4fd3df4145b3e4cd10e290dd2e7 Mon Sep 17 00:00:00 2001 From: James-Yu Date: Thu, 19 Jan 2017 16:18:10 +0800 Subject: [PATCH] Version bump --- CHANGELOG.md | 6 +++++- package.json | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9eec2526f..7f92762c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/package.json b/package.json index b17276662..04b7cef81 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": "img/icon.png", - "version": "0.2.5", + "version": "0.2.6", "publisher": "James-Yu", "license": "MIT", "homepage": "https://github.com/James-Yu/LaTeX-Workshop",