@@ -6,6 +6,36 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [ Unreleased]
8
8
9
+ ## [ 4.1.0] - 2021-02-03
10
+
11
+ ### Added ⭐️
12
+
13
+ - Install @types/ember packages separately via blueprint ([ #1383 ] )
14
+
15
+ ### Documentation 📖
16
+
17
+ - Octane and much polish and clarification ([ #935 ] )
18
+ - Fix working with ember outline links ([ #1394 ] )
19
+ - Docs fixes ([ #1395 ] )
20
+ - Fix typos in the Ember Routes docs ([ #1400 ] )
21
+
22
+ ### Under the hood 🚗
23
+
24
+ - Fix qunit types conflict ([ #1344 ] )
25
+ - Bump @types/ember-qunit & @types/qunit to resolve types conflict ([ #1380 ] )
26
+ - Fix commitlint action config ([ #1388 ] )
27
+ - Dependency updates ([ 4.1.0-deps-bumps] )
28
+
29
+ [ #935 ] : https://github.com/typed-ember/ember-cli-typescript/pull/935
30
+ [ #1344 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1344
31
+ [ #1380 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1380
32
+ [ #1383 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1383
33
+ [ #1388 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1388
34
+ [ #1394 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1394
35
+ [ #1395 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1395
36
+ [ #1400 ] : https://github.com/typed-ember/ember-cli-typescript/pull/1400
37
+ [ 4.1.0-deps-bumps ] : https://github.com/typed-ember/ember-cli-typescript/pulls?q=is%3Apr+is%3Amerged+base%3Amaster+merged%3A2020-09-02T17%3A55%3A00-0400..2021-02-03T16%3A00%3A00-0500+chore%28deps%29+in%3Atitle+sort%3Aupdated-asc+
38
+
9
39
## [ 4.0.0] - 2020-09-02
10
40
11
41
### Breaking 💥
@@ -735,7 +765,8 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
735
765
* Basic , semi -working functionality.
736
766
737
767
[ember -cli -typify ]: https : // github.com/winding-lines/ember-cli-typify
738
- [unreleased ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v4.0.0...HEAD
768
+ [unreleased ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v4.1.0...HEAD
769
+ [4.1 .0 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v4.0.0...v4.1.0
739
770
[4.0 .0 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v3.1.4...v4.0.0
740
771
[4.0 .0 -rc .1 ]: https : // github.com/typed-ember/ember-cli-typescript/compare/v4.0.0-alpha.1...v4.0.0-rc.1
741
772
<!--
0 commit comments