Skip to content

Commit 56fc843

Browse files
committed
Publish v0.4.2
1 parent 7d454a3 commit 56fc843

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+
## v0.4.2
4+
5+
- Rework the way dependencies are loaded (#14)
6+
- Fix NPM dependency on TypeScript (#15, #16)
7+
38
## v0.4.1
49

510
- Fix Windows issue with paths (#14)

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

0 commit comments

Comments
 (0)