Skip to content

Commit c2ebe19

Browse files
committed
chore: release v4.0.0-alpha.1
1 parent 783b041 commit c2ebe19

File tree

2 files changed

+19
-2
lines changed

2 files changed

+19
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [4.0.0-alpha.1] - 2020-01-18
10+
11+
### Breaking 💥
12+
13+
- Drop support for Node 8 ([#1017])
14+
- Don't configure Babel for TS transpilation ([#1018])
15+
16+
### Under the hood 🚗
17+
18+
- Upgrade [✨ Prettier ✨](https://prettier.io) to a version that supports optional chaining and nullish coalescing ([#1018])
19+
- Add test for optional chaining and nullish coalescing ([#1018])
20+
- Add test for class field declaration ([#1018])
21+
22+
[#1017]: https://github.com/typed-ember/ember-cli-typescript/pull/1017
23+
[#1018]: https://github.com/typed-ember/ember-cli-typescript/pull/1018
24+
925
## [3.1.2] - 2019-12-14
1026

1127
### Fixed 🔧
@@ -604,7 +620,8 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
604620
* Basic, semi-working functionality.
605621

606622
[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify
607-
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v3.1.2...HEAD
623+
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.0.0-alpha.1...HEAD
624+
[4.0.0-alpha.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v3.1.2...v4.0.0-alpha.1
608625
[3.1.2]: https://github.com/typed-ember/ember-cli-typescript/compare/v3.1.1...v3.1.2
609626
<!--
610627
Note that 3.1.1 *intentionally* includes all the changes between 3.0.0 and

package.json

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

0 commit comments

Comments
 (0)