Skip to content

Commit 6940b64

Browse files
committed
Changelog for v5.0.0
1 parent 327e63d commit 6940b64

File tree

1 file changed

+29
-1
lines changed

1 file changed

+29
-1
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [5.0.0] - 2021-02-04
10+
11+
### Changed 💥
12+
13+
This now requires Node 12+! That's the only technically *breaking* change.
14+
15+
- Update types & ember to 4.x([#1472])
16+
17+
### Fixed 🔧
18+
19+
- Fix type of `locationType` for Ember v4 ([#1466])
20+
21+
### Documentation 📖
22+
23+
- docs: fix links to tsconfig.json blueprint ([#1445])
24+
- `ember-test-helpers` -> `@ember/test-helpers` ([#1473])
25+
26+
### Under the hood 🚗
27+
28+
- Update .npmignore to ignore .github and test folders ([#1460])
29+
30+
[#1445]: https://github.com/typed-ember/ember-cli-typescript/pull/1445
31+
[#1460]: https://github.com/typed-ember/ember-cli-typescript/pull/1460
32+
[#1466]: https://github.com/typed-ember/ember-cli-typescript/pull/1466
33+
[#1472]: https://github.com/typed-ember/ember-cli-typescript/pull/1472
34+
[#1473]: https://github.com/typed-ember/ember-cli-typescript/pull/1473
35+
936
## [4.2.1] - 2021-06-17
1037

1138
This is a republish of 4.2.0 without the accidentally included 500+ MB of debugging copies of node_modules.
@@ -816,7 +843,8 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
816843
* Basic, semi-working functionality.
817844

818845
[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify
819-
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.2.1...HEAD
846+
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.2.2...HEAD
847+
[4.2.2]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.2.1...v4.2.2
820848
[4.2.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.2.0...v4.2.1
821849
[4.2.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.1.0...v4.2.0
822850
[4.1.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.0.0...v4.1.0

0 commit comments

Comments
 (0)