Skip to content

Commit feea3d8

Browse files
committed
chore: release v4.1.0
1 parent 529f057 commit feea3d8

File tree

2 files changed

+33
-2
lines changed

2 files changed

+33
-2
lines changed

CHANGELOG.md

+32-1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,36 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

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+
939
## [4.0.0] - 2020-09-02
1040

1141
### Breaking 💥
@@ -735,7 +765,8 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
735765
* Basic, semi-working functionality.
736766

737767
[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
739770
[4.0.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v3.1.4...v4.0.0
740771
[4.0.0-rc.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.0.0-alpha.1...v4.0.0-rc.1
741772
<!--

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-typescript",
3-
"version": "4.0.0",
3+
"version": "4.1.0",
44
"description": "Allow ember apps to use typescript files.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)