Skip to content

Commit a02dbf5

Browse files
committed
chore: release v3.1.3
1 parent e2ddeef commit a02dbf5

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [3.1.3] - 2020-01-22
10+
11+
### Fixed 🔧
12+
13+
- Issue a warning if we detect a .js/.ts file collision ([#1046])
14+
15+
[#1046]: https://github.com/typed-ember/ember-cli-typescript/pull/1046
16+
17+
### Under the hood 🚗
18+
19+
- Add prettier eslint deps ([#1045])
20+
- Use Node 10 for CI (but don't "officially" stop supporting node 8 yet) ([#1047])
21+
- Bumped [31 dependency versions][3.1.3-deps-bumps]
22+
23+
[#1045]: https://github.com/typed-ember/ember-cli-typescript/pull/1045
24+
[#1047]: https://github.com/typed-ember/ember-cli-typescript/pull/1047
25+
[3.1.3-deps-bumps]: https://github.com/typed-ember/ember-cli-typescript/pulls?utf8=%E2%9C%93&q=is%3Apr+is%3Amerged+merged%3A2019-12-14T10%3A52%3A00%2B0600..2020-01-22T13%3A00%3A00%2B0600+chore%28deps%29+in%3Atitle+
26+
927
## [3.1.2] - 2019-12-14
1028

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

606624
[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
625+
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v3.1.3...HEAD
626+
[3.1.3]: https://github.com/typed-ember/ember-cli-typescript/compare/v3.1.2...v3.1.3
608627
[3.1.2]: https://github.com/typed-ember/ember-cli-typescript/compare/v3.1.1...v3.1.2
609628
<!--
610629
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": "3.1.3",
44
"description": "Allow ember apps to use typescript files.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)