Skip to content

Commit

Permalink
chore(release): 2.0.0-beta.6 [skip ci]
Browse files Browse the repository at this point in the history
# [2.0.0-beta.6](v2.0.0-beta.5...v2.0.0-beta.6) (2022-12-25)

### Bug Fixes

* **definitions:** use md classes instead of direct markdown ([7388984](7388984))
* **examples:** update examples to have nicer tables for securiry definitions ([1d7435b](1d7435b))
* **security:** security to use md classes instead of direct markdown ([ef886cc](ef886cc))
  • Loading branch information
syroegkin committed Dec 25, 2022
1 parent ef886cc commit 676358e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# [2.0.0-beta.6](https://github.com/syroegkin/swagger-markdown/compare/v2.0.0-beta.5...v2.0.0-beta.6) (2022-12-25)


### Bug Fixes

* **definitions:** use md classes instead of direct markdown ([7388984](https://github.com/syroegkin/swagger-markdown/commit/738898405d2c15c0ff95830bf355f7c65b3c51b9))
* **examples:** update examples to have nicer tables for securiry definitions ([1d7435b](https://github.com/syroegkin/swagger-markdown/commit/1d7435b8f5711c235f451a69b60f05a723cea25d))
* **security:** security to use md classes instead of direct markdown ([ef886cc](https://github.com/syroegkin/swagger-markdown/commit/ef886ccb4c1af7396960f59d68a4a51fd4cf05c3))

# [2.0.0-beta.5](https://github.com/syroegkin/swagger-markdown/compare/v2.0.0-beta.4...v2.0.0-beta.5) (2022-12-24)


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": "swagger-markdown",
"version": "2.0.0-beta.5",
"version": "2.0.0-beta.6",
"description": "Create markdown API documentation from swagger file",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 676358e

Please sign in to comment.