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 f06ff68 commit 9a83912Copy full SHA for 9a83912
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v6.1.1
4
+* [Fix SolutionBuilder watches](https://github.com/TypeStrong/ts-loader/pull/1003) (#998) - thanks @sheetalkamat!
5
+* [fix: no errors reported if flagged with @ts-check](https://github.com/TypeStrong/ts-loader/pull/1008) (#1004) - thanks @reinholdk!
6
+
7
## v6.1.0
8
* [Build upstream project references with SolutionBuilder](https://github.com/TypeStrong/ts-loader/pull/935) (#851, #913) - thanks @sheetalkamat!
9
package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
- "version": "6.1.0",
+ "version": "6.1.1",
"description": "TypeScript loader for webpack",
"main": "index.js",
"types": "dist/types/index.d.ts",
0 commit comments