diff --git a/CHANGELOG.md b/CHANGELOG.md index c866d64c..a53c9dd8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.57.11](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.57.10...v1.57.11) (2024-04-08) + +### Bug Fixes + +- replace 'husky install' with just 'husky' ([#1439](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1439)) ([4de78e8](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/4de78e8a4850e53a62c1d82bb01ec250ff6755a9)), closes [#1437](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1437) + ## [1.57.10](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.57.9...v1.57.10) (2024-03-30) ### Bug Fixes diff --git a/package.json b/package.json index a9a66349..a4b18f6e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-typescript-app", - "version": "1.57.10", + "version": "1.57.11", "description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝", "repository": "JoshuaKGoldberg/create-typescript-app", "license": "MIT",