Skip to content

Commit ade9b84

Browse files
chore: release v1.73.2
1 parent 96bf717 commit ade9b84

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
## [1.73.2](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.73.1...v1.73.2) (2024-10-17)
2+
3+
### Bug Fixes
4+
5+
- use payload.release.tag_name for npm package release ([#1665](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1665)) ([96bf717](https://github.com/JoshuaKGoldberg/create-typescript-app/commit/96bf7172de215c9ed12e8fdaeed75e3338c69962)), closes [#1115](https://github.com/JoshuaKGoldberg/create-typescript-app/issues/1115)
6+
17
## [1.73.1](https://github.com/JoshuaKGoldberg/create-typescript-app/compare/v1.73.0...v1.73.1) (2024-10-17)
28

39
### Bug Fixes

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.73.1",
3+
"version": "1.73.2",
44
"description": "Quickstart-friendly TypeScript template with comprehensive, configurable, opinionated tooling. 💝",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)