Skip to content

Commit 9683e6e

Browse files
chore: release v1.66.0
1 parent 95443bc commit 9683e6e

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
# [1.66.0](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.64.0...v1.66.0) (2024-08-07)
2+
3+
### Bug Fixes
4+
5+
- **deps:** update dependency replace-in-file to v8 ([#1565](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1565)) ([212b5f7](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/212b5f7f767dd59473ec175408a6aa0e898fd0e5))
6+
7+
### Features
8+
9+
- bump Renovate wait up to 7 days ([#1604](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1604)) ([aeeed46](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/aeeed462a1f6d0e42d8a9ed4afea3327f127e75f)), closes [#1463](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1463)
10+
- bumped deps to latest with Node.js >=18.3.0 minimum ([#1605](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1605)) ([13b6a96](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/13b6a962a55bc62c944726eb94b429203061ebae)), closes [/github.com/gajus/eslint-plugin-jsdoc/issues/1175#issuecomment-2272630574](https://github.com//github.com/gajus/eslint-plugin-jsdoc/issues/1175/issues/issuecomment-2272630574)
11+
- clear more Mocha and Jest remnants ([#1607](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1607)) ([95443bc](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/95443bcfa3170c4ce0e5c734e12d1bf366c370e8)), closes [#1372](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1372) [#1373](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1373) [#1374](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1374)
12+
113
# [1.64.0](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.63.2...v1.64.0) (2024-08-07)
214

315
### Features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-typescript-app",
3-
"version": "1.65.0",
3+
"version": "1.66.0",
44
"description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)