Skip to content

Commit 6a693fa

Browse files
committed
v2.0.0-beta.2
1 parent b39306d commit 6a693fa

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
66

77
## [Unreleased]
88

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+
914
## [2.0.0-beta.1] - 2018-10-25
1015

1116
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
385390

386391
[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify
387392
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.5.0...HEAD
388-
[2.0.0-beta.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.5.0...v2.0.0-beta.1
393+
[2.0.0-beta.2]: https://github.com/typed-ember/ember-cli-typescript/compare/v2.0.0-beta.1...v2.0.0-beta.2
394+
[2.0.0-beta.1]: https://github.com/typed-ember/ember-cli-typescript/compare/HEAD...v2.0.0-beta.1
389395
[1.5.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.4.4...v1.5.0
390396
[1.4.4]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.4.3...v1.4.4
391397
[1.4.3]: https://github.com/typed-ember/ember-cli-typescript/compare/v1.4.2...v1.4.3

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-typescript",
3-
"version": "2.0.0-beta.1",
3+
"version": "2.0.0-beta.2",
44
"description": "Allow ember apps to use typescript files.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)