Skip to content

Commit 2befe3a

Browse files
authored
Merge pull request #1578 from typed-ember/prep-for-5.3-release
2 parents cc65ce5 + e88c6f8 commit 2befe3a

File tree

2 files changed

+22
-2
lines changed

2 files changed

+22
-2
lines changed

CHANGELOG.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,27 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [5.3.0] - 2024-03-05
8+
9+
### Changed 💥
10+
11+
- [#1570](https://github.com/typed-ember/ember-cli-typescript/pull/1570) Use the current Node LTS ([@chriskrycho](https://github.com/chriskrycho))
12+
- [#1533](https://github.com/typed-ember/ember-cli-typescript/pull/1533) Update to use Node 14+ (drop support for Node 12) ([@chriskrycho](https://github.com/chriskrycho))
13+
14+
### Added ⭐️
15+
16+
- [#1569](https://github.com/typed-ember/ember-cli-typescript/pull/1569) Loosen version check against ember-cli-babel ([@chriskrycho](https://github.com/chriskrycho))
17+
18+
### Fixed 🔧
19+
20+
- [#1537](https://github.com/typed-ember/ember-cli-typescript/pull/1537) Airlift `updatePathsForAddon` from the blueprints package ([@dfreeman](https://github.com/dfreeman))
21+
22+
### Under the hood 🚗
23+
24+
- [#1577](https://github.com/typed-ember/ember-cli-typescript/pull/1577) Upgrade release-it packages ([@gitKrystan](https://github.com/gitKrystan))
25+
- [#1536](https://github.com/typed-ember/ember-cli-typescript/pull/1536) Set up release-it for publishing ([@chriskrycho](https://github.com/chriskrycho))
26+
- [#1535](https://github.com/typed-ember/ember-cli-typescript/pull/1535) Fix tests on current Ember CLI ([@chriskrycho](https://github.com/chriskrycho))
27+
- [#1534](https://github.com/typed-ember/ember-cli-typescript/pull/1534) Use volta action v4 for all targets ([@chriskrycho](https://github.com/chriskrycho))
828

929
## [5.2.1] - 2022-10-26
1030

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.1",
3+
"version": "5.3.0",
44
"description": "Allow Ember apps to use TypeScript files.",
55
"keywords": [
66
"ember-addon",

0 commit comments

Comments
 (0)