Skip to content

Commit

Permalink
chore: release v1.52.2
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaKGoldberg committed Dec 31, 2023
1 parent c5e15e4 commit 3d56374
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## [1.52.2](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.52.1...v1.52.2) (2023-12-31)

### Bug Fixes

- don't || exit 0 in cleanup build ([#1161](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1161)) ([c5e15e4](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/c5e15e4f7ebd2ab83dec1d1dc1e9ebeb36489e55)), closes [#000](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/000)

## [1.52.1](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.52.0...v1.52.1) (2023-12-31)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-typescript-app",
"version": "1.52.1",
"version": "1.52.2",
"description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3d56374

Please sign in to comment.