Skip to content

Commit

Permalink
Publish v0.5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrantly committed Aug 26, 2015
1 parent 8e5307f commit 9fd522a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 4 deletions.
10 changes: 7 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,16 @@
# Changelog

## v0.5.2

- Fix issue with TypeScript nightly and new node module resolution strategy (#34)

## v0.5.1

- Tweaked error message output to include error code (#32)
- Add helpful messages around the TypeScript dependency
- Suggest how to install TypeScript if it hasn't been installed
- Show TypeScript version when compiling
- Warn if TypeScript version is incompatible
- Suggest how to install TypeScript if it hasn't been installed
- Show TypeScript version when compiling
- Warn if TypeScript version is incompatible

## v0.5.0

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.5.1",
"version": "0.5.2",
"description": "TypeScript loader for webpack",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 9fd522a

Please sign in to comment.