Skip to content

Commit 5e594f1

Browse files
chore: release v2.2.0
1 parent f9c230c commit 5e594f1

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

Diff for: CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
# [2.2.0](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/2.0.0...2.2.0) (2025-03-06)
4+
5+
### Features
6+
7+
- add packageManager back to package.json, and set to pnpm 10.4.0 in CI ([#1961](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1961)) ([f9c230c](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/f9c230c8bf9c6dfdb30cb76ffca4b547ab05f355)), closes [#1906](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1906)
8+
- enable ESLint settings.vitest.typecheck ([#1960](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1960)) ([1320f29](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/1320f29eaa7223759eb0b29d22e461b71b8b706e)), closes [#1847](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1847)
9+
310
# [2.1.0](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v2.0.0-beta.27...v2.1.0) (2025-03-06)
411

512
### Features

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "create-typescript-app",
3-
"version": "2.1.0",
3+
"version": "2.2.0",
44
"description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 🎁",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)