@@ -6,6 +6,42 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]  
88
9+ ## [ 4.0.0-rc.1]  - 2020-07-14 
10+ 
11+ ### Added ⭐️  
12+ 
13+ -  Don't run type-checking middleware when an existing build is used via ` --path `  ([ #1148  ] )
14+ 
15+ ### Changed 💥  
16+ 
17+ -  Update ` tsconfig.json `  blueprint ` target `  value to ` 2020 `  ([ #1108  ] )
18+ -  Use ` prepack `  and ` postpack `  instead of ` prepublishOnly `  and ` postpublish `  ([ #1196  ] )
19+ 
20+ ### Fixed 🔧  
21+ 
22+ -  Bring apps closer to type-checking out of the box ([ #1169  ] )
23+ 
24+ ### Under the hood 🚗  
25+ 
26+ -  Add RFCs to repo ([ #1157  ] )
27+ -  Fix description of ts: precompile  ([ #1162  ] )
28+ -  Fix dead link to "packages this addon installs" ([ #1164  ] )
29+ -  Get CI passing ([ #1167  ] )
30+ -  Avoid false-positive ` willTypecheck ` s on Linux ([ #1198  ] )
31+ -  Dependency updates ([ 4.0.0-rc.1-deps-bumps] , [ #1191  ] )
32+ 
33+ [ #1108 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1108 
34+ [ #1148 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1148 
35+ [ #1157 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1157 
36+ [ #1162 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1162 
37+ [ #1164 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1164 
38+ [ #1167 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1167 
39+ [ #1169 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1169 
40+ [ #1191 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1191 
41+ [ #1196 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1196 
42+ [ #1198 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1198 
43+ [ 4.0.0-rc.1-deps-bumps ] : https://github.com/typed-ember/ember-cli-typescript/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+merged%3A2020-05-29T11%3A00%3A00-0500..2020-07-14T17%3A15%3A00-0600+chore%28deps%29+in%3Atitle+ 
44+ 
945## [ 4.0.0-alpha.1]  - 2020-01-18 
1046
1147### Breaking 💥  
0 commit comments