From 6a65d158c371f3c9733c04b2c399ddc8a672245e Mon Sep 17 00:00:00 2001 From: isaacs Date: Sun, 14 Apr 2024 10:40:07 -0700 Subject: [PATCH] changelog 1.14 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a47a635..2d5a89a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,14 @@ +# 1.14 + +- Do not fail if sourcemaps are not generated +- Support glob patterns in `tshy.exports` +- Add support for TypeScript 5.4 + # 1.13 - Take `target` from `tsconfig.json` if present, rather than hard-coding in the `build.json` config. +- Find `tsc` where pnpm hides it. # 1.12