Skip to content

Commit a2910cb

Browse files
authored
Make v9 latest in npm again (#1320)
* Update package.json * Update CHANGELOG.md * Update CHANGELOG.md
1 parent b1b76d1 commit a2910cb

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v9.2.1
4+
5+
* [Make v9 latest in npm again](https://github.com/TypeStrong/ts-loader/issues/1320) - thanks @johnnyreilly
6+
37
## v9.2.0
48

59
* [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:
3337
Changes:
3438
* [webpack 5 migration](https://github.com/TypeStrong/ts-loader/pull/1251) - thanks @johnnyreilly, @jonwallsten, @sokra, @appzuka, @alexander-akait
3539

40+
## v8.3.0
41+
42+
* [Fixed impossibility to have several instances of ts-loader with different compiler options](https://github.com/TypeStrong/ts-loader/issues/1316) - thanks @timocov
43+
* This is a backport from v9.2.0 for webpack 4 compatibility
44+
3645
## v8.2.0
3746

3847
* [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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-loader",
3-
"version": "9.2.0",
3+
"version": "9.2.1",
44
"description": "TypeScript loader for webpack",
55
"main": "index.js",
66
"types": "dist",

0 commit comments

Comments
 (0)