From ae148f607cdd79e829d8c7dfcec28045a3eb3953 Mon Sep 17 00:00:00 2001 From: JoshuaKGoldberg Date: Fri, 20 Oct 2023 16:58:56 +0000 Subject: [PATCH] chore: release v1.39.0 --- CHANGELOG.md | 6 ++++++ package.json | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5615010db..e075b4421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# [1.39.0](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.38.0...v1.39.0) (2023-10-20) + +### Features + +- skip file cleanup if installation is skipped ([#975](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/975)) ([aef28f2](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/aef28f2f7c8edb102e650de449a54de61a3913dd)), closes [#706](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/706) + # [1.38.0](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.37.1...v1.38.0) (2023-10-14) ### Features diff --git a/package.json b/package.json index 8e09d282c..b10206a12 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-typescript-app", - "version": "1.38.0", + "version": "1.39.0", "description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝", "repository": { "type": "git",