Skip to content

Commit 0d28481

Browse files
committed
v3.1.2
1 parent 61a555c commit 0d28481

File tree

2 files changed

+23
-3
lines changed

2 files changed

+23
-3
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.1.2] - 2019-12-14
10+
11+
### Fixed 🔧
12+
13+
- Ensure we register Babel plugins with their full path ([#946])
14+
- Ensure errors are emitted when `ts:precompile` fails ([#984])
15+
16+
[#946]: https://github.com/typed-ember/ember-cli-typescript/pull/946
17+
[#984]: https://github.com/typed-ember/ember-cli-typescript/pull/984
18+
919
### Under the hood 🚗
1020

11-
- Switch from Azure Pipelines to GitHub Actions. Hopefully our Windows builds will be much more stable now! 🤞
21+
- Switch from Azure Pipelines to GitHub Actions. Hopefully our Windows builds will be much more stable now! 🤞 ([#955], [#959])
22+
- Ensure commitlint uses the correct config in CI ([#985])
23+
- Move docs to a [custom domain](https://ember-cli-typescript.com) ([#993])
24+
- Bumped [49 dependency versions][3.1.2-deps-bumps]
25+
26+
[#955]: https://github.com/typed-ember/ember-cli-typescript/pull/955
27+
[#959]: https://github.com/typed-ember/ember-cli-typescript/pull/959
28+
[#985]: https://github.com/typed-ember/ember-cli-typescript/pull/985
29+
[#993]: https://github.com/typed-ember/ember-cli-typescript/pull/993
30+
[3.1.2-deps-bumps]: https://github.com/typed-ember/ember-cli-typescript/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Amerged+merged%3A2019-11-06T16%3A26%3A25%2B0100..2019-12-14T10%3A52%3A00%2B0600+chore%28deps%29+in%3Atitle+
1231

1332
## [3.1.1] - 2019-11-06
1433

@@ -583,7 +602,8 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
583602
* Basic, semi-working functionality.
584603

585604
[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify
586-
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v3.1.1...HEAD
605+
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v3.1.2...HEAD
606+
[3.1.2]: https://github.com/typed-ember/ember-cli-typescript/compare/v3.1.1...v3.1.2
587607
<!--
588608
Note that 3.1.1 *intentionally* includes all the changes between 3.0.0 and
589609
3.1.1 and there is no entry for 3.1.0. This is because 3.1.0 was yanked.

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.1",
3+
"version": "3.1.2",
44
"description": "Allow ember apps to use typescript files.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)