Skip to content

Commit

Permalink
Publish v0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrantly committed Apr 11, 2016
1 parent 21344c0 commit 77ba9ed
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## v0.8.2

- Elided imports are now watched (#156, #169)
- Declaration files for `.d.ts` files are now emitted (thanks @rob-bateman) (#174, #175)

## v0.8.1

- Add better error messaging when a file in tsconfig.json can not be loaded (#117, #145)
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
"version": "0.8.1",
"version": "0.8.2",
"description": "TypeScript loader for webpack",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 77ba9ed

Please # to comment.