Skip to content

Commit

Permalink
chore: release v3.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescdavis committed Jan 22, 2020
1 parent e2ddeef commit a02dbf5
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,24 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [3.1.3] - 2020-01-22

### Fixed 🔧

- Issue a warning if we detect a .js/.ts file collision ([#1046])

[#1046]: https://github.com/typed-ember/ember-cli-typescript/pull/1046

### Under the hood 🚗

- Add prettier eslint deps ([#1045])
- Use Node 10 for CI (but don't "officially" stop supporting node 8 yet) ([#1047])
- Bumped [31 dependency versions][3.1.3-deps-bumps]

[#1045]: https://github.com/typed-ember/ember-cli-typescript/pull/1045
[#1047]: https://github.com/typed-ember/ember-cli-typescript/pull/1047
[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+

## [3.1.2] - 2019-12-14

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

[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v3.1.2...HEAD
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v3.1.3...HEAD
[3.1.3]: https://github.com/typed-ember/ember-cli-typescript/compare/v3.1.2...v3.1.3
[3.1.2]: https://github.com/typed-ember/ember-cli-typescript/compare/v3.1.1...v3.1.2
<!--
Note that 3.1.1 *intentionally* includes all the changes between 3.0.0 and
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-cli-typescript",
"version": "3.1.2",
"version": "3.1.3",
"description": "Allow ember apps to use typescript files.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit a02dbf5

Please sign in to comment.