Skip to content

Commit 5ae2ab0

Browse files
committed
v1.3.3
1 parent f41b3fc commit 5ae2ab0

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

9+
## [1.3.3] - 2018-07-19
10+
11+
### Fixed
12+
13+
* Watcher has been "de-simplified" to make it more consistent with how tsc's own watcher works and prevent rebuild issues.
14+
* `ember-cli-typescript` will now run after `ember-decorators`, ensuring that the `ember-cli-typescript` blueprints override `ember-decorators`'.
15+
16+
### Changed
17+
18+
* Improved documentation regarding service injection.
19+
20+
### Added
21+
22+
* Getting Help section to readme.
23+
* Github issue templates.
24+
925
## [1.3.2] - 2018-06-05
1026

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

240256
[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify
241-
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.2...HEAD
257+
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.3...HEAD
258+
[1.3.3]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.2...v1.3.3
242259
[1.3.2]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.1...v1.3.2
243260
[1.3.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.3.0...v1.3.1
244261
[1.3.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.2.1...v1.3.0

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-typescript",
3-
"version": "1.3.2",
3+
"version": "1.3.3",
44
"description": "Allow ember apps to use typescript files.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)