Skip to content

Commit 6c443fa

Browse files
committed
v5.2.1
1 parent 4616749 commit 6c443fa

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGELOG.md

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

77
## [Unreleased]
88

9+
## [5.2.1] - 2022-10-26
10+
11+
- 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))
12+
913
## [5.2.0] - 2022-10-25
1014

1115
### Added ⭐️
@@ -902,7 +906,8 @@ We now use Babel 7's support for TypeScript to build apps and addons. Most of th
902906
- Basic, semi-working functionality.
903907

904908
[ember-cli-typify]: https://github.com/winding-lines/ember-cli-typify
905-
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.2.0...HEAD
909+
[unreleased]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.2.1...HEAD
910+
[5.2.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.2.0...v5.2.1
906911
[5.2.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.1.1...v5.2.0
907912
[5.1.1]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.1.0...v5.1.1
908913
[5.1.0]: https://github.com/typed-ember/ember-cli-typescript/compare/v5.0.0...v5.1.0

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ember-cli-typescript",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "Allow Ember apps to use TypeScript files.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)