Skip to content

Commit 43f0a38

Browse files
committed
Publish v0.3.3
1 parent 97755bd commit 43f0a38

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

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

3+
## v0.3.3
4+
5+
- Add support for reporting errors in declaration files (#10)
6+
- Add support for watch mode for declaration files (#11)
7+
- Fix issue with extra `sourceMappingURL` in output files (#12)
8+
39
## v0.3.2
410

511
- Add support for manually adding files (#6)

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

0 commit comments

Comments
 (0)