From ce7e8779e654554e8138398d34f3e8d3f8c161be Mon Sep 17 00:00:00 2001 From: John Reilly Date: Wed, 19 May 2021 06:37:07 +0100 Subject: [PATCH 1/3] Update package.json --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index 4c53afe1c..2d88443a2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ts-loader", - "version": "9.2.0", + "version": "9.2.1", "description": "TypeScript loader for webpack", "main": "index.js", "types": "dist", From c98eba080e83341f53c8817567ca5cba128c9e7c Mon Sep 17 00:00:00 2001 From: John Reilly Date: Wed, 19 May 2021 06:39:58 +0100 Subject: [PATCH 2/3] Update CHANGELOG.md --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d286f00..a811646e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v9.2.1 + +* [Make v9 latest in npm again](https://github.com/TypeStrong/ts-loader/issues/1320) - thanks @johnnyreilly + ## v9.2.0 * [Fixed impossibility to have several instances of ts-loader with different compiler options](https://github.com/TypeStrong/ts-loader/issues/1316) - thanks @timocov From 4334132dc791055845e910c077c6c4918fd7ea0c Mon Sep 17 00:00:00 2001 From: John Reilly Date: Wed, 19 May 2021 07:38:24 +0100 Subject: [PATCH 3/3] Update CHANGELOG.md --- CHANGELOG.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a811646e0..33cf0f04c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,11 @@ Breaking changes: Changes: * [webpack 5 migration](https://github.com/TypeStrong/ts-loader/pull/1251) - thanks @johnnyreilly, @jonwallsten, @sokra, @appzuka, @alexander-akait +## v8.3.0 + +* [Fixed impossibility to have several instances of ts-loader with different compiler options](https://github.com/TypeStrong/ts-loader/issues/1316) - thanks @timocov +* This is a backport from v9.2.0 for webpack 4 compatibility + ## v8.2.0 * [Use caches for module resolution and type reference directives when using compiler default functions](https://github.com/TypeStrong/ts-loader/pull/1287) - thanks @sheetalkamat - uses: https://github.com/microsoft/TypeScript/pull/43700