Skip to content

Commit

Permalink
v1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreeman committed Jun 6, 2018
1 parent 0f4f934 commit 66fa273
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [1.3.2] - 2018-06-05

### Fixed

* TypeScript 2.9 no longer causes infinite error loops and/or fails to trigger rebuilds.

## [1.3.1] - 2018-05-14

### Fixed
Expand Down Expand Up @@ -232,7 +238,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
* Basic, semi-working functionality.

[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.0...HEAD
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.2...HEAD
[1.3.2]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.1...v1.3.2
[1.3.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.0...v1.3.1
[1.3.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.2.1...v1.3.0
[1.2.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.2.0...v1.2.1
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-typescript",
"version": "1.3.1",
"version": "1.3.2",
"description": "Allow ember apps to use typescript files.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 66fa273

Please sign in to comment.