diff --git a/src/Fable.Cli/CHANGELOG.md b/src/Fable.Cli/CHANGELOG.md index 480012347..30625baab 100644 --- a/src/Fable.Cli/CHANGELOG.md +++ b/src/Fable.Cli/CHANGELOG.md @@ -20,6 +20,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * [JS/TS] Fix escaping of `{` and `}` in FormattableString (#3890) (by @roboz0r) * [JS/TS] Fix `uri.Host` to return the host name without the port (by @MangelMaxime) +* [JS/TS] Fix TypeScript compilation by resolving type of `jsOptions` (#3894) (by @ManngelMaxime) ## 4.20.0 - 2024-09-04 diff --git a/src/fable-library-ts/CHANGELOG.md b/src/fable-library-ts/CHANGELOG.md index af01b53de..e0055a06c 100644 --- a/src/fable-library-ts/CHANGELOG.md +++ b/src/fable-library-ts/CHANGELOG.md @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 * [JS/TS] Fix escaping of `{` and `}` in FormattableString (#3890) (by @roboz0r) * [JS/TS] Fix `uri.Host` to return the host name without the port (by @MangelMaxime) +* [JS/TS] Fix TypeScript compilation by resolving type of `jsOptions` (#3894) (by @ManngelMaxime) ## 1.4.3 - 2024-09-04