You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+7-1Lines changed: 7 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
6
6
7
7
## [Unreleased]
8
8
9
+
## [2.0.0-beta.2] - 2018-10-26
10
+
11
+
### Fixed
12
+
- Ensure that ember-cli-typescript doesn't interfere with parallelizing the Babel transpilation process (#351)
13
+
9
14
## [2.0.0-beta.1] - 2018-10-25
10
15
11
16
This is a major release with 💥 breaking changes 💥! However, most apps will compile with minimal (or no) changes! 🎉 They'll also tend to compile *much faster* in many cases. ⚡️
@@ -385,7 +390,8 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
0 commit comments