diff --git a/CHANGELOG.md b/CHANGELOG.md index dee335d4..ca01b6e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [1.72.2](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.72.1...v1.72.2) (2024-09-23) + +### Bug Fixes + +- **deps:** update dependency zod-validation-error to v3.4.0 ([#1653](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1653)) ([7399198](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/7399198d36dde1752586c1688fe25ac80ef8118e)) + ## [1.72.1](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.72.0...v1.72.1) (2024-08-29) ### Bug Fixes diff --git a/package.json b/package.json index 1715620b..f4d26d58 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "create-typescript-app", - "version": "1.72.1", + "version": "1.72.2", "description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝", "repository": { "type": "git",