Skip to content

Commit d2d5ece

Browse files
authored
Change TSX to JSX in changelog (#1077)
See TypeScriptToLua/TypeScriptToLua.github.io#65 Co-authored-by: Benjamin Ye <24237065+enjoydambience@users.noreply.github.com>
1 parent 77b2d65 commit d2d5ece

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
## 0.42.0
44

55
- **[Breaking]** The `/** @tupleReturn */` is now deprecated, and will be removed next release. If you are still using it, please upgrade to the [LuaMultiReturn language extension](https://typescripttolua.github.io/docs/advanced/language-extensions#luamultireturn-type).
6-
- Added support for TSX, see [documentation](https://typescripttolua.github.io/docs/tsx) for more information.
6+
- Added support for JSX, see [documentation](https://typescripttolua.github.io/docs/jsx) for more information.
77
- Added support for the `baseUrl` configuration key for module resolution.
88

99
A large list of bugfixes:

0 commit comments

Comments
 (0)