Skip to content

Commit

Permalink
v1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescdavis committed Jul 19, 2018
1 parent f41b3fc commit 5ae2ab0
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 2 deletions.
19 changes: 18 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [1.3.3] - 2018-07-19

### Fixed

* Watcher has been "de-simplified" to make it more consistent with how tsc's own watcher works and prevent rebuild issues.
* `ember-cli-typescript` will now run after `ember-decorators`, ensuring that the `ember-cli-typescript` blueprints override `ember-decorators`'.

### Changed

* Improved documentation regarding service injection.

### Added

* Getting Help section to readme.
* Github issue templates.

## [1.3.2] - 2018-06-05

### Fixed
Expand Down Expand Up @@ -238,7 +254,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.2...HEAD
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.3...HEAD
[1.3.3]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.2...v1.3.3
[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
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.2",
"version": "1.3.3",
"description": "Allow ember apps to use typescript files.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 5ae2ab0

Please sign in to comment.