Skip to content

Commit

Permalink
Prepare for 4.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
johnnyreilly committed May 7, 2018
1 parent d1a2645 commit ffcccc1
Show file tree
Hide file tree
Showing 3 changed files with 247 additions and 227 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 4.3.0

* [Fix dependency resolution when using pnpm](https://github.com/TypeStrong/ts-loader/pull/774) - thanks @xbtsw and @zkochan!
* [Add `allowTsInNodeModules` option for importing .ts files from node_modules](https://github.com/TypeStrong/ts-loader/pull/773) - thanks @aelawson!

## 4.2.0

* [Pass `context' to error formatters](https://github.com/TypeStrong/ts-loader/pull/756) - thanks @gustavderdrache!
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": "4.2.0",
"version": "4.3.0",
"description": "TypeScript loader for webpack",
"main": "index.js",
"scripts": {
Expand Down
Loading

0 comments on commit ffcccc1

Please sign in to comment.