Skip to content

Commit f551102

Browse files
chore: release v2.16.0
1 parent 9a6519d commit f551102

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
# [2.16.0](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.15.6...2.16.0) (2025-03-27)
4+
5+
### Bug Fixes
6+
7+
- coerce dependency versions in semver parsing ([#2045](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2045)) ([4ef6223](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/4ef6223e58369112a93aa85edb0b445258f2f945)), closes [#2043](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2043) [#2043](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2043)
8+
- don't word-wrap long repo descriptions in API calls ([#2047](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2047)) ([db1a371](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/db1a371be83a575270583f4d4eb6aeb4650b304d)), closes [#2046](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2046)
9+
10+
### Features
11+
12+
- separate out blockMain ([#2050](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2050)) ([9a6519d](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/9a6519d2d4deae1482d0b41e46a8dcfec5a9d4e0)), closes [#2048](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/2048)
13+
314
## [2.15.6](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.15.5...2.15.6) (2025-03-27)
415

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

0 commit comments

Comments
 (0)