Skip to content
This repository has been archived by the owner on Oct 10, 2018. It is now read-only.

Commit

Permalink
Release/0.13.2 (#206)
Browse files Browse the repository at this point in the history
* Update changelog to v0.13.2

* Update package.json to v0.13.2
  • Loading branch information
buehler committed Jun 6, 2017
1 parent 75e3c0b commit 0b66a97
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -7,7 +7,7 @@
"color": "#1e324c",
"theme": "dark"
},
"version": "0.13.1",
"version": "0.13.2",
"publisher": "rbbit",
"engines": {
"vscode": "^1.6.0",
Expand Down

0 comments on commit 0b66a97

Please sign in to comment.