From a2910cb5bc7ed6be515c40479a36a4e4e6e1de3d Mon Sep 17 00:00:00 2001 From: John Reilly Date: Wed, 19 May 2021 08:41:59 +0100 Subject: [PATCH] Make v9 latest in npm again (#1320) * Update package.json * Update CHANGELOG.md * Update CHANGELOG.md --- CHANGELOG.md | 9 +++++++++ package.json | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c3d286f00..33cf0f04c 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 @@ -33,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 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",