File tree 2 files changed +16
-1
lines changed
2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,20 @@ 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.4] - 2020-05-29
10
+
11
+ ### Fixed 🔧
12
+
13
+ - Use temp dir in project for precompile ([ #1153 ] )
14
+
15
+ ### Under the hood 🚗
16
+
17
+ - Bumped [ 52 dependency versions] [ 3.1.4-deps-bumps ]
18
+
19
+ [ #1153 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1153
20
+ [ 3.1.4-deps-bumps ] : https://github.com/typed-ember/ember-cli-typescript/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+merged%3A2020-01-22T13%3A00%3A00-0600..2020-05-29T11%3A00%3A00-0500+chore%28deps%29+in%3Atitle+
21
+
22
+
9
23
## [ 3.1.3] - 2020-01-22
10
24
11
25
### Fixed 🔧
@@ -623,6 +637,7 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
623
637
624
638
[ember -cli -typify ]: https : // github.com/winding-lines/ember-cli-typify
625
639
[unreleased ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v3.1.3...HEAD
640
+ [3.1 .4 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v3.1.3...v3.1.4
626
641
[3.1 .3 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v3.1.2...v3.1.3
627
642
[3.1 .2 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v3.1.1...v3.1.2
628
643
<!--
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " ember-cli-typescript" ,
3
- "version" : " 3.1.3 " ,
3
+ "version" : " 3.1.4 " ,
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