We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f6bff commit 962e122Copy full SHA for 962e122
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 9.5.3
4
+* [chore: typescript 5.9 upgrade](https://github.com/TypeStrong/ts-loader/pull/1676) - thanks @johnnyreilly
5
+
6
## 9.5.2
7
* [fix: add more detailed error messages](https://github.com/TypeStrong/ts-loader/pull/1665) - thanks @hai-x
8
package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
- "version": "9.5.2",
+ "version": "9.5.3",
"description": "TypeScript loader for webpack",
"main": "index.js",
"types": "dist",
0 commit comments