Skip to content

Commit cd3bd0a

Browse files
chore(typescript): release 3.72.2
1 parent 430a132 commit cd3bd0a

2 files changed

Lines changed: 8 additions & 0 deletions

File tree

generators/typescript/sdk/changes/unreleased/fix-minification-safe-error-names.yml renamed to generators/typescript/sdk/changes/3.72.2/fix-minification-safe-error-names.yml

File renamed without changes.

generators/typescript/sdk/versions.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
# yaml-language-server: $schema=../../../fern-versions-yml.schema.json
2+
- version: 3.72.2
3+
changelogEntry:
4+
- summary: |
5+
Use string literal for `this.name` in generated error classes instead of
6+
`this.constructor.name`, which gets mangled by minifiers.
7+
type: fix
8+
createdAt: "2026-06-12"
9+
irVersion: 67
210
- version: 3.72.1
311
changelogEntry:
412
- summary: |

0 commit comments

Comments
 (0)