From bba91cbfc3d927c36486922256d36a96f2727105 Mon Sep 17 00:00:00 2001 From: James-Yu Date: Mon, 17 Apr 2017 15:52:33 +0800 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ package.json | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 792e8870c..d911e1e52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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/). +## [2.1.3] - 2017-04-17 +### Fixed +- (#115) Fix reading wrong outputDir config when creating paths. + ## [2.1.2] - 2017-04-17 ### Fixed - (#114) Clean project also clean files in outputDir. diff --git a/package.json b/package.json index 6dd09b6c0..dd8462728 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": "icon.png", - "version": "2.1.2", + "version": "2.1.3", "publisher": "James-Yu", "license": "MIT", "homepage": "https://github.com/James-Yu/LaTeX-Workshop",