Skip to content

Commit 8d491e9

Browse files
committed
Update CHANGELOG for 5.1.1 release.
1 parent 675bc78 commit 8d491e9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@
55
## v5.1.1
66
* FIX: Fixes to htmlOutputTemplate. Thanks so much to @rolego, @sethx, and @johnman for the help.
77
* DOCS: tweak to html2ts docs to clarify and perhaps fix old merge conflict.
8-
8+
* FIX: Resolve inappropriate warning if target is called `src` and uses `files` (Thanks, @vilmosioo (#305)).
99

1010
## v5.1.0
1111
* FEAT: Upgraded to TypeScript 1.6.2 (thanks to @vp2177 and @JoshuaKGoldberg for sending early PRs, and for @awjreynolds, @Zjaaspoer, @DrColossos, @ravishivt, @logankd, and @Gouigouix for early encouragement.)
1212
* Added support for `--moduleResolution`, `--jsx`, `--experimentalAsyncFunctions`, `--suppressExcessPropertyErrors`, `--rootDir`.
1313
* Added `outFile` support to `tsconfig.json` (same function as `out`, but always relative to `tsconfig.json` file.)
1414
* Support all TypeScript 1.6 features from Visual Studio/MSBuild (via upgrade to csproj2ts v0.0.6).
1515
* FIX: Fixed bug where `outDir` in `tsconfig.json` was not treated as being relative to the `tsconfig.json` file.
16-
* FIX: New tests for "HTML" features (Thanks again, @rolego (#297).
16+
* FIX: New tests for "HTML" features (Thanks again, @rolego (#297)).
1717
* FIX: Blank `tsconfig.json` should not be an error according to the spec, so this was changed to be same as `{}`.
1818
* DOCS: New documentation for several "HTML" features - `htmlOutDir` and `htmlOutDirFlatten`.
1919

0 commit comments

Comments
 (0)