Skip to content

Commit dadeed5

Browse files
chore: release v1.50.2
1 parent e560bfc commit dadeed5

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,3 +1,9 @@
1+
## [1.50.2](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.50.1...v1.50.2) (2023-12-30)
2+
3+
### Bug Fixes
4+
5+
- remove unnecessary boolean values in rerun suggestions ([#1144](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1144)) ([e560bfc](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/e560bfce287d013c83ce40d118e2ce8c74cc978f)), closes [#1129](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1129)
6+
17
## [1.50.1](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.50.0...v1.50.1) (2023-12-30)
28

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

0 commit comments

Comments
 (0)