Skip to content

Commit d0f4edd

Browse files
chore: release v2.29.3
1 parent 89aba8f commit d0f4edd

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## [2.29.3](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.29.1...2.29.3) (2025-04-04)
4+
5+
### Bug Fixes
6+
7+
- add dist/ to .prettierignore in blockNcc ([b39ae00](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/b39ae009b36c80dfdc3f50745a404dba0e0b77b4))
8+
- allow should-semantic-release dependency ([#2152](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2152)) ([fda4ec9](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/fda4ec9d9624945476326d552af8462d6eb5b392)), closes [#2151](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2151)
9+
- normalize package.json version ([89aba8f](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/89aba8f48722ab15d69d38ef6fd84b1abfa2584f))
10+
311
## [2.29.1](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.29.0...2.29.1) (2025-04-04)
412

513
### Bug Fixes

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.29.2",
3+
"version": "2.29.3",
44
"description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 🎁",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)