Skip to content
This repository was archived by the owner on Jun 11, 2024. It is now read-only.

Commit 6c98cdf

Browse files
committed
changelog
1 parent 43a769d commit 6c98cdf

File tree

3 files changed

+9
-3
lines changed

3 files changed

+9
-3
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# apiDoc Changelog
22

3+
### 0.53.1
4+
5+
* Add tsx to default extensions parsed. (fix #1290)
6+
* Compare methods with lowercase strings (fix #1284)
7+
* Upgrade some dependencies
8+
39
### 0.53.0
410

511
* Fix issue with aloneDisplay and non-ascii characters (#1273 by @KujoMiva)

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "apidoc",
3-
"version": "0.53.0",
3+
"version": "0.53.1",
44
"description": "RESTful web API Documentation Generator",
55
"author": "Peter Rottmann <[email protected]>",
66
"license": "MIT",

0 commit comments

Comments
 (0)