Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
terryyin committed Jan 31, 2025
1 parent 781bff5 commit 6e14058
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Change Log

## 1.17.14

Add TSX support.

## 1.17.13

Bug fix:
Expand Down
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ A list of supported languages:
- Java
- C# (C Sharp)
- JavaScript (With ES6 and JSX)
- TypeScript
- TypeScript (With TSX)
- Objective-C
- Swift
- Python
Expand Down
2 changes: 1 addition & 1 deletion lizard_ext/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@
#
# pylint: disable=missing-docstring,invalid-name

version = "1.17.13"
version = "1.17.14"

0 comments on commit 6e14058

Please sign in to comment.