Skip to content

Commit

Permalink
Release 4.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jamescdavis committed Jun 15, 2021
1 parent 08de2e6 commit f0f005f
Show file tree
Hide file tree
Showing 2 changed files with 50 additions and 2 deletions.
50 changes: 49 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,53 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [4.2.0] - 2021-06-15

### Added ⭐️

- Install @types/ember-data__* when ember-data is found ([#1411])

### Changed 💥

- update option noEmitOnError to true ([#1415])

### Documentation 📖

- Update Broccoli URL ([#1409])
- Improve sentence about declare modifier ([#1414])
- Link to decorator usage doc from ED-models doc ([#1404])
- Fix link to doc "working with route models" ([#1418])
- Fix typo [in services docs] ([#1421])
- @ember-data/object is not a thing ([#1429])
- Update README.md ([#1425])

### Under the hood 🚗

- Fix qunit types... again ([#1401])
- Rip out commitlint from CI ([#1430])
- CI updates ([#1434])
- Bump y18n from 3.2.1 to 3.2.2 ([#1420])
- Bump underscore from 1.10.2 to 1.13.1 ([#1426])
- Bump handlebars from 4.7.6 to 4.7.7 ([#1427])
- Bump lodash from 4.17.20 to 4.17.21 ([#1428])

[#1401]: https://github.com/typed-ember/ember-cli-typescript/pull/1401
[#1404]: https://github.com/typed-ember/ember-cli-typescript/pull/1404
[#1409]: https://github.com/typed-ember/ember-cli-typescript/pull/1409
[#1411]: https://github.com/typed-ember/ember-cli-typescript/pull/1411
[#1414]: https://github.com/typed-ember/ember-cli-typescript/pull/1414
[#1415]: https://github.com/typed-ember/ember-cli-typescript/pull/1415
[#1418]: https://github.com/typed-ember/ember-cli-typescript/pull/1418
[#1420]: https://github.com/typed-ember/ember-cli-typescript/pull/1420
[#1421]: https://github.com/typed-ember/ember-cli-typescript/pull/1421
[#1425]: https://github.com/typed-ember/ember-cli-typescript/pull/1425
[#1426]: https://github.com/typed-ember/ember-cli-typescript/pull/1426
[#1427]: https://github.com/typed-ember/ember-cli-typescript/pull/1427
[#1428]: https://github.com/typed-ember/ember-cli-typescript/pull/1428
[#1429]: https://github.com/typed-ember/ember-cli-typescript/pull/1429
[#1430]: https://github.com/typed-ember/ember-cli-typescript/pull/1430
[#1434]: https://github.com/typed-ember/ember-cli-typescript/pull/1434

## [4.1.0] - 2021-02-03

### Added ⭐️
Expand Down Expand Up @@ -765,7 +812,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/v4.1.0...HEAD
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.2.0...HEAD
[4.2.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.1.0...v4.2.0
[4.1.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.0.0...v4.1.0
[4.0.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v3.1.4...v4.0.0
[4.0.0-rc.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v4.0.0-alpha.1...v4.0.0-rc.1
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": "4.1.0",
"version": "4.2.0",
"description": "Allow ember apps to use typescript files.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit f0f005f

Please sign in to comment.