Skip to content

Commit

Permalink
Release a new version to resolve webpack.config.ts issues (#1073)
Browse files Browse the repository at this point in the history
* Update CHANGELOG.md

* Update package.json
  • Loading branch information
johnnyreilly committed Mar 22, 2020
1 parent 87340f4 commit a43736e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,8 @@
# Changelog

## v6.2.2
* [Enable typescript 3.8.3 support when using `webpack.config.ts` files](https://github.com/TypeStrong/ts-loader/issues/1072) - thanks @vladimiry!

## v6.2.1
* [Output types alongside JS files, enable declaration maps](https://github.com/TypeStrong/ts-loader/pull/1026) - thanks @meyer!

Expand Down
2 changes: 1 addition & 1 deletion package.json
@@ -1,6 +1,6 @@
{
"name": "ts-loader",
"version": "6.2.1",
"version": "6.2.2",
"description": "TypeScript loader for webpack",
"main": "index.js",
"types": "dist",
Expand Down

0 comments on commit a43736e

Please sign in to comment.