Skip to content

Commit f185321

Browse files
authored
Update CHANGELOG.md (#1292)
* Update CHANGELOG.md * Update package.json * Update CHANGELOG.md
1 parent 0d735e5 commit f185321

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## v9.1.1
4+
5+
* [update CHANGELOG.md for 8.2.0 release](https://github.com/TypeStrong/ts-loader/pull/1291) - thanks @johnnyreilly
6+
37
## v9.1.0
48

59
* [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
@@ -21,6 +25,11 @@ Breaking changes:
2125
Changes:
2226
* [webpack 5 migration](https://github.com/TypeStrong/ts-loader/pull/1251) - thanks @johnnyreilly, @jonwallsten, @sokra, @appzuka, @alexander-akait
2327

28+
## v8.2.0
29+
30+
* [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
31+
* This is a backport from v9.1.0 for webpack 4 compatibility
32+
2433
## v8.1.0
2534
* [feat: remove top-level typescript import statements](https://github.com/TypeStrong/ts-loader/pull/1259) - thanks @ulivz
2635

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ts-loader",
3-
"version": "9.1.0",
3+
"version": "9.1.1",
44
"description": "TypeScript loader for webpack",
55
"main": "index.js",
66
"types": "dist",

0 commit comments

Comments
 (0)