Skip to content

Commit

Permalink
v5.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
chriskrycho committed Oct 26, 2022
1 parent 4616749 commit 6c443fa
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

## [5.2.1] - 2022-10-26

- Add back missing function expected from `ember-cli-typescript-blueprints` [#1537](https://github.com/typed-ember/ember-cli-typescript/pull/1537), ([@dfreeman](https://github.com/dfreeman))

## [5.2.0] - 2022-10-25

### Added ⭐️
Expand Down Expand Up @@ -902,7 +906,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/v5.2.0...HEAD
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.2.1...HEAD
[5.2.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.2.0...v5.2.1
[5.2.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.1.1...v5.2.0
[5.1.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.1.0...v5.1.1
[5.1.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.0.0...v5.1.0
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": "5.2.0",
"version": "5.2.1",
"description": "Allow Ember apps to use TypeScript files.",
"keywords": [
"ember-addon",
Expand Down

0 comments on commit 6c443fa

Please sign in to comment.