Skip to content

Commit 2b3340d

Browse files
committed
CHANGELOG entry for Mirage fixes.
1 parent 4bfb820 commit 2b3340d

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [1.1.3] - 2018-02-16
10+
11+
### Fixes
12+
913
* Fix default blueprint for `types/<my app>/index.d.ts`: add missing import and an export statement so ambient declarations work.
1014
* Add types to initializer and instance initializer blueprints.
15+
* Special-case handling for Mirage so that it works at all, and update generators so it works "out of the box".
16+
* Stop assuming the ember-cli-qunit version consumers have installed will be sufficiently high for our tests to pass.
1117

1218
## [1.1.2] - 2018-02-13
1319

@@ -151,7 +157,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
151157
* Basic, semi-working functionality.
152158

153159
[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify
154-
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.2...HEAD
160+
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.3...HEAD
161+
[1.1.3]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.2...v1.1.3
155162
[1.1.2]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.1...v1.1.2
156163
[1.1.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.1.0...v1.1.1
157164
[1.1.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.0.6...v1.1.0

0 commit comments

Comments
 (0)