Skip to content

Commit 8f36f9c

Browse files
chore: release v2.41.2
1 parent 61fd266 commit 8f36f9c

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## [2.41.2](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.41.1...2.41.2) (2025-04-22)
4+
5+
### Bug Fixes
6+
7+
- skip checkout in CTA action before transition step ([#2215](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2215)) ([61fd266](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/61fd266134fca4c8ff795a355ec3b7cbb894b1c7)), closes [#2214](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2214)
8+
39
## [2.41.1](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.41.0...2.41.1) (2025-04-17)
410

511
### Bug Fixes

package.json

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

0 commit comments

Comments
 (0)