Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Oct 17, 2022
1 parent 43a769d commit 6c98cdf
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# apiDoc Changelog

### 0.53.1

* Add tsx to default extensions parsed. (fix #1290)
* Compare methods with lowercase strings (fix #1284)
* Upgrade some dependencies

### 0.53.0

* Fix issue with aloneDisplay and non-ascii characters (#1273 by @KujoMiva)
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "apidoc",
"version": "0.53.0",
"version": "0.53.1",
"description": "RESTful web API Documentation Generator",
"author": "Peter Rottmann <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 6c98cdf

Please sign in to comment.