File tree 2 files changed +21
-2
lines changed
2 files changed +21
-2
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,24 @@ 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.3] - 2020-01-22
10
+
11
+ ### Fixed 🔧
12
+
13
+ - Issue a warning if we detect a .js/.ts file collision ([ #1046 ] )
14
+
15
+ [ #1046 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1046
16
+
17
+ ### Under the hood 🚗
18
+
19
+ - Add prettier eslint deps ([ #1045 ] )
20
+ - Use Node 10 for CI (but don't "officially" stop supporting node 8 yet) ([ #1047 ] )
21
+ - Bumped [ 31 dependency versions] [ 3.1.3-deps-bumps ]
22
+
23
+ [ #1045 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1045
24
+ [ #1047 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1047
25
+ [ 3.1.3-deps-bumps ] : https://github.com/typed-ember/ember-cli-typescript/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Amerged+merged%3A2019-12-14T10%3A52%3A00%2B0600..2020-01-22T13%3A00%3A00%2B0600+chore%28deps%29+in%3Atitle+
26
+
9
27
## [ 3.1.2] - 2019-12-14
10
28
11
29
### Fixed 🔧
@@ -604,7 +622,8 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
604
622
* Basic , semi -working functionality.
605
623
606
624
[ember -cli -typify ]: https : // github.com/winding-lines/ember-cli-typify
607
- [unreleased ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v3.1.2...HEAD
625
+ [unreleased ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v3.1.3...HEAD
626
+ [3.1 .3 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v3.1.2...v3.1.3
608
627
[3.1 .2 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v3.1.1...v3.1.2
609
628
<!--
610
629
Note that 3.1 .1 *intentionally * includes all the changes between 3.0 .0 and
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-cli-typescript" ,
3
- "version" : " 3.1.2 " ,
3
+ "version" : " 3.1.3 " ,
4
4
"description" : " Allow ember apps to use typescript files." ,
5
5
"keywords" : [
6
6
" ember-addon" ,
You can’t perform that action at this time.
0 commit comments