Skip to content

Commit

Permalink
Changelog for 0.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NicolasCARPi committed Apr 27, 2020
1 parent d29a622 commit 42aa8ac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# apiDoc Changelog

#### 0.22.0

* Fix issue with newer api endpoint showing up on first page load (#869) by @Yopai
* Update Handlebars to latest version (fix security issue) (#867) by @NicolasCARPi
* Allow several path parameters (#866) by @rafaelgssa
* Add param file upload support (#850) by @aqnaruto

#### 0.21.0

* Add --single option to output in a single HTML file (#840) by @eyasliu
Expand Down
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.20.1",
"version": "0.22.0",
"description": "RESTful web API Documentation Generator",
"author": "Peter Rottmann <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 42aa8ac

Please sign in to comment.