From 0b66a978106359a531f0db75afb1d2e4c3471473 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Christoph=20B=C3=BChler?= Date: Tue, 6 Jun 2017 16:20:03 +0200 Subject: [PATCH] Release/0.13.2 (#206) * Update changelog to v0.13.2 * Update package.json to v0.13.2 --- CHANGELOG.md | 5 ++++- package.json | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a41238..45f2d84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,8 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] + +## [0.13.2] #### Fixed - Fixing pathing and `undefined` issues ([#194](https://github.com/buehler/typescript-hero/issues/194)) - actual showstopper @@ -170,7 +172,8 @@ The whole refactoring is part of ([#143](https://github.com/buehler/typescript-h - Various bugs in AST parsing -[Unreleased]: https://github.com/buehler/typescript-hero/compare/v0.13.1...master +[Unreleased]: https://github.com/buehler/typescript-hero/compare/v0.13.2...master +[0.13.2]: https://github.com/buehler/typescript-hero/compare/v0.13.1...v0.13.2 [0.13.1]: https://github.com/buehler/typescript-hero/compare/v0.13.0...v0.13.1 [0.13.0]: https://github.com/buehler/typescript-hero/compare/v0.12.0...v0.13.0 [0.12.0]: https://github.com/buehler/typescript-hero/compare/v0.11.0...v0.12.0 diff --git a/package.json b/package.json index a9b67c8..911aaa6 100644 --- a/package.json +++ b/package.json @@ -7,7 +7,7 @@ "color": "#1e324c", "theme": "dark" }, - "version": "0.13.1", + "version": "0.13.2", "publisher": "rbbit", "engines": { "vscode": "^1.6.0",