Skip to content

Commit 834c933

Browse files
chore: release v2.0.0-beta.11
1 parent 118cd1d commit 834c933

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

3+
# [2.0.0-beta.11](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v2.0.0-beta.9...v2.0.0-beta.11) (2025-02-18)
4+
5+
### Bug Fixes
6+
7+
- don't include chore PRs in GH release page ([#1924](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1924)) ([97cdfad](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/97cdfad970a7968b63eba338b3c8c6335d44d68a)), closes [#1913](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1913) [release-it/release-it#1025](https://github.com/release-it/release-it/issues/1025) [#1913](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1913)
8+
9+
### Features
10+
11+
- switch to Bingo ([#1933](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1933)) ([1d60fc3](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/1d60fc35baadbd19a822518240517fd46531a4a3)), closes [#1932](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1932)
12+
313
# [2.0.0-beta.9](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v2.0.0-beta.8...v2.0.0-beta.9) (2025-01-17)
414

515
### 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.0.0-beta.10",
3+
"version": "2.0.0-beta.11",
44
"description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 🎁",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)