Skip to content

Commit 120e505

Browse files
chore: release v2.50.0
1 parent 97047f0 commit 120e505

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [2.50.0](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.49.0...2.50.0) (2025-12-02)
4+
5+
### Features
6+
7+
- switch from tseslint.config to ESLint's defineConfig ([#2286](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2286)) ([97047f0](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/97047f049adba151f594353acbc2105749e718bf)), closes [#2272](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2272)
8+
39
## [2.49.0](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.48.0...2.49.0) (2025-12-02)
410

511
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-typescript-app",
3-
"version": "2.49.0",
3+
"version": "2.50.0",
44
"description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 🎁",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)