Skip to content

Commit c3d707c

Browse files
committed
Readying 1.3.2 release
1 parent a5ca0e7 commit c3d707c

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

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

3+
## v1.3.2
4+
5+
- [Upgrade enhanced-resolve to v3](https://github.com/TypeStrong/ts-loader/pull/411)
6+
- [Remove arrify dependency](https://github.com/TypeStrong/ts-loader/pull/410)
7+
38
## v1.3.1
49

510
- [Rolled back re-exported const enums no longer break emit in watch mode as performance cost was too high](https://github.com/TypeStrong/ts-loader/pull/406) resolves #393

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": "1.3.1",
3+
"version": "1.3.2",
44
"description": "TypeScript loader for webpack",
55
"main": "index.js",
66
"scripts": {

0 commit comments

Comments
 (0)