Skip to content

Commit

Permalink
Publish 0.4.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrantly committed Jul 20, 2015
1 parent 9a8f083 commit a642a4e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## v0.4.7

- Update TypeScript dependency to 1.5 release (1.5.3)

## v0.4.6

- Improve error reporting related to tsconfig.json
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
"version": "0.4.6",
"version": "0.4.7",
"description": "TypeScript loader for webpack",
"main": "index.js",
"scripts": {
Expand Down Expand Up @@ -30,7 +30,7 @@
"colors": "^1.0.3",
"loader-utils": "^0.2.6",
"object-assign": "^2.0.0",
"typescript": "~1.5.0-beta"
"typescript": "~1.5.3"
},
"devDependencies": {
"mocha": "^2.1.0",
Expand Down

0 comments on commit a642a4e

Please sign in to comment.