@@ -6,9 +6,28 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 3.1.2] - 2019-12-14
10
+
11
+ ### Fixed 🔧
12
+
13
+ - Ensure we register Babel plugins with their full path ([ #946 ] )
14
+ - Ensure errors are emitted when ` ts:precompile ` fails ([ #984 ] )
15
+
16
+ [ #946 ] : https://github.com/typed-ember/ember-cli-typescript/pull/946
17
+ [ #984 ] : https://github.com/typed-ember/ember-cli-typescript/pull/984
18
+
9
19
### Under the hood 🚗
10
20
11
- - Switch from Azure Pipelines to GitHub Actions. Hopefully our Windows builds will be much more stable now! 🤞
21
+ - Switch from Azure Pipelines to GitHub Actions. Hopefully our Windows builds will be much more stable now! 🤞 ([ #955 ] , [ #959 ] )
22
+ - Ensure commitlint uses the correct config in CI ([ #985 ] )
23
+ - Move docs to a [ custom domain] ( https://ember-cli-typescript.com ) ([ #993 ] )
24
+ - Bumped [ 49 dependency versions] [ 3.1.2-deps-bumps ]
25
+
26
+ [ #955 ] : https://github.com/typed-ember/ember-cli-typescript/pull/955
27
+ [ #959 ] : https://github.com/typed-ember/ember-cli-typescript/pull/959
28
+ [ #985 ] : https://github.com/typed-ember/ember-cli-typescript/pull/985
29
+ [ #993 ] : https://github.com/typed-ember/ember-cli-typescript/pull/993
30
+ [ 3.1.2-deps-bumps ] : https://github.com/typed-ember/ember-cli-typescript/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Amerged+merged%3A2019-11-06T16%3A26%3A25%2B0100..2019-12-14T10%3A52%3A00%2B0600+chore%28deps%29+in%3Atitle+
12
31
13
32
## [ 3.1.1] - 2019-11-06
14
33
@@ -583,7 +602,8 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
583
602
* Basic , semi -working functionality.
584
603
585
604
[ember -cli -typify ]: https : // github.com/winding-lines/ember-cli-typify
586
- [unreleased ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v3.1.1...HEAD
605
+ [unreleased ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v3.1.2...HEAD
606
+ [3.1 .2 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v3.1.1...v3.1.2
587
607
<!--
588
608
Note that 3.1 .1 *intentionally * includes all the changes between 3.0 .0 and
589
609
3.1 .1 and there is no entry for 3.1 .0. This is because 3.1 .0 was yanked .
0 commit comments