Skip to content
This repository has been archived by the owner on Dec 1, 2019. It is now read-only.

Commit

Permalink
chore(release): 3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
s-panferov committed Nov 1, 2017
1 parent 3d68c74 commit e926dbe
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.

<a name="3.3.0"></a>
# [3.3.0](https://github.com/s-panferov/awesome-typescript-loader/compare/v3.2.3...v3.3.0) (2017-11-01)


### Bug Fixes

* performance issue on case-insensitive file systems [#507](https://github.com/s-panferov/awesome-typescript-loader/issues/507) ([fc04d29](https://github.com/s-panferov/awesome-typescript-loader/commit/fc04d29))
* use enhancedResolve to resolve babel-core ([9f7e978](https://github.com/s-panferov/awesome-typescript-loader/commit/9f7e978))


### Features

* add `errorsAsWarnings` option ([bc9b544](https://github.com/s-panferov/awesome-typescript-loader/commit/bc9b544))
* add `forceIsolatedModules` ([7f74bba](https://github.com/s-panferov/awesome-typescript-loader/commit/7f74bba))



<a name="3.2.3"></a>
## [3.2.3](https://github.com/s-panferov/awesome-typescript-loader/compare/v3.2.2...v3.2.3) (2017-08-14)

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": "awesome-typescript-loader",
"version": "3.2.3",
"version": "3.3.0",
"description": "Awesome TS loader for webpack",
"main": "dist/entry.js",
"typings": "./dist/index.d.ts",
Expand Down

0 comments on commit e926dbe

Please sign in to comment.