File tree Expand file tree Collapse file tree 1 file changed +12
-2
lines changed
Expand file tree Collapse file tree 1 file changed +12
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,16 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+ ### Changed
10+
11+ * Clarified instructions for sourcemaps.
12+
13+ ### Fixed
14+
15+ * TypeScript no longer churns on every change in the ` tmp ` directory.
16+ * Make sure ember-cli-typescript is a dev dependency when generating in-repo-addons, so their TypeScript gets built correctly.
17+ * Eliminated some lint errors in the build.
18+
919## [ 1.2.1] - 2018-03-14
1020
1121### Fixed
@@ -17,8 +27,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
1727### Added
1828
1929* Blueprint (and tests) to generate in-repo addons configured for TypeScript
20- * @ts-ignore component template import.
21- * -addon blueprints for all the things to generate .ts files in ` app/ ` in an addon.
30+ * Add ` // @ts-ignore` component template import.
31+ * ` -addon ` blueprints for all the things to generate .ts files in ` app/ ` in an addon.
2232
2333### Changed
2434
You can’t perform that action at this time.
0 commit comments