diff --git a/CHANGELOG.md b/CHANGELOG.md index 06df496e..5cc1ab35 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.73.6](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.73.5...v1.73.6) (2024-11-24) + +### Bug Fixes + +- **deps:** update dependency git-url-parse to v16 ([#1689](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1689)) ([ec44594](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/ec445949ea51f8250ac21ccf29ef70bf1a88badb)) + ## [1.73.5](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.73.4...v1.73.5) (2024-11-22) ### Bug Fixes diff --git a/package.json b/package.json index 8893f167..d66859c6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-typescript-app", - "version": "1.73.5", + "version": "1.73.6", "description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝", "repository": { "type": "git",