Skip to content

Commit fc835fb

Browse files
authored
Make v9 latest following v8 release (#1447)
* Update CHANGELOG.md * Update CHANGELOG.md * Update package.json
1 parent 69576a6 commit fc835fb

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.9
4+
5+
* [make v9 latest following v8 release](https://github.com/TypeStrong/ts-loader/pull/1447) - thanks @johnnyreilly
6+
37
## v9.2.8
48

59
* [Bug fix: support webpack 5 in ts-loader](https://github.com/TypeStrong/ts-loader/pull/1439) [#1438] - thanks @einatbar
@@ -66,6 +70,11 @@ Breaking changes:
6670
Changes:
6771
* [webpack 5 migration](https://github.com/TypeStrong/ts-loader/pull/1251) - thanks @johnnyreilly, @jonwallsten, @sokra, @appzuka, @alexander-akait
6872

73+
## v8.4.0
74+
75+
* [fix: cater for change in resolveTypeReferenceDirective API in 4.7](https://github.com/TypeStrong/ts-loader/pull/1446) - thanks @dragomirtitian
76+
* This is a backport from v9.2.7 for webpack 4 compatibility
77+
6978
## v8.3.0
7079

7180
* [Fixed impossibility to have several instances of ts-loader with different compiler options](https://github.com/TypeStrong/ts-loader/issues/1316) - thanks @timocov

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.8",
3+
"version": "9.2.9",
44
"description": "TypeScript loader for webpack",
55
"main": "index.js",
66
"types": "dist",

0 commit comments

Comments
 (0)