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 0e2e42e commit dd91672Copy full SHA for dd91672
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# Changelog
2
3
-## v1.2.0 - NOT RELEASED YET
+## v1.2.0
4
5
- [Crash when adding/removing files in watch-mode](https://github.com/TypeStrong/ts-loader/pull/364) [#358] - thanks @jbbr for the suggested fix
6
- [Provided an option to produce Visual Studio compatible error output](https://github.com/TypeStrong/ts-loader/pull/356) [#355] - thanks @gamli
package.json
{
"name": "ts-loader",
- "version": "1.1.0",
+ "version": "1.2.0",
"description": "TypeScript loader for webpack",
"main": "index.js",
"scripts": {
0 commit comments