Skip to content

Commit e53d797

Browse files
committed
Publish v0.4.6
1 parent 9ec9c21 commit e53d797

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

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

3+
## v0.4.6
4+
5+
- Improve error reporting related to tsconfig.json
6+
- Fix bug that reported the wrong errors
7+
- Errors are now reported as webpack errors instead of logged to console
8+
- Add support for latest TypeScript nightly (#24)
9+
310
## v0.4.5
411

512
- Add `silent` flag (#22)

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

0 commit comments

Comments
 (0)