Skip to content

Commit 6f1c154

Browse files
committed
Publish 0.3.4
1 parent 7b1cfcb commit 6f1c154

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

3+
## v0.3.4
4+
5+
- Exclude TS 1.5 as a dependency since there are breaking changes
6+
37
## v0.3.3
48

59
- Add support for reporting errors in declaration files (#10)

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

0 commit comments

Comments
 (0)