@@ -6,6 +6,53 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66
77## [ Unreleased]
88
9+ ## [ 4.2.0] - 2021-06-15
10+
11+ ### Added ⭐️
12+
13+ - Install @types/ember -data__ * when ember-data is found ([ #1411 ] )
14+
15+ ### Changed 💥
16+
17+ - update option noEmitOnError to true ([ #1415 ] )
18+
19+ ### Documentation 📖
20+
21+ - Update Broccoli URL ([ #1409 ] )
22+ - Improve sentence about declare modifier ([ #1414 ] )
23+ - Link to decorator usage doc from ED-models doc ([ #1404 ] )
24+ - Fix link to doc "working with route models" ([ #1418 ] )
25+ - Fix typo [ in services docs] ([ #1421 ] )
26+ - @ember-data/object is not a thing ([ #1429 ] )
27+ - Update README.md ([ #1425 ] )
28+
29+ ### Under the hood 🚗
30+
31+ - Fix qunit types... again ([ #1401 ] )
32+ - Rip out commitlint from CI ([ #1430 ] )
33+ - CI updates ([ #1434 ] )
34+ - Bump y18n from 3.2.1 to 3.2.2 ([ #1420 ] )
35+ - Bump underscore from 1.10.2 to 1.13.1 ([ #1426 ] )
36+ - Bump handlebars from 4.7.6 to 4.7.7 ([ #1427 ] )
37+ - Bump lodash from 4.17.20 to 4.17.21 ([ #1428 ] )
38+
39+ [ #1401 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1401
40+ [ #1404 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1404
41+ [ #1409 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1409
42+ [ #1411 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1411
43+ [ #1414 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1414
44+ [ #1415 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1415
45+ [ #1418 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1418
46+ [ #1420 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1420
47+ [ #1421 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1421
48+ [ #1425 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1425
49+ [ #1426 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1426
50+ [ #1427 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1427
51+ [ #1428 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1428
52+ [ #1429 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1429
53+ [ #1430 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1430
54+ [ #1434 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1434
55+
956## [ 4.1.0] - 2021-02-03
1057
1158### Added ⭐️
@@ -765,7 +812,8 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
765812* Basic , semi -working functionality.
766813
767814[ember -cli -typify ]: https : // github.com/winding-lines/ember-cli-typify
768- [unreleased ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v4.1.0...HEAD
815+ [unreleased ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v4.2.0...HEAD
816+ [4.2 .0 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v4.1.0...v4.2.0
769817[4.1 .0 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v4.0.0...v4.1.0
770818[4.0 .0 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v3.1.4...v4.0.0
771819[4.0 .0 -rc .1 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v4.0.0-alpha.1...v4.0.0-rc.1
0 commit comments