Skip to content

Commit

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

### Bug Fixes

* **examples:** fix examples table headers ([5748eea](5748eea))
* **pathparameters:** path parameters to use md class instead of direct markup ([a62a3b7](a62a3b7))
* **tables:** make number of dashes to match header length ([73b6182](73b6182))
  • Loading branch information
syroegkin committed Dec 24, 2022
1 parent a62a3b7 commit 191e831
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.4](https://github.com/syroegkin/swagger-markdown/compare/v2.0.0-beta.3...v2.0.0-beta.4) (2022-12-24)


### Bug Fixes

* **examples:** fix examples table headers ([5748eea](https://github.com/syroegkin/swagger-markdown/commit/5748eea523949eba3f659d69c3f00254dc15bb92))
* **pathparameters:** path parameters to use md class instead of direct markup ([a62a3b7](https://github.com/syroegkin/swagger-markdown/commit/a62a3b7b7c059be3c32018c39bf7e5b61a60eab4))
* **tables:** make number of dashes to match header length ([73b6182](https://github.com/syroegkin/swagger-markdown/commit/73b61826b90d111726f631d2187c50c729e6a236))

# [2.0.0-beta.3](https://github.com/syroegkin/swagger-markdown/compare/v2.0.0-beta.2...v2.0.0-beta.3) (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.3",
"version": "2.0.0-beta.4",
"description": "Create markdown API documentation from swagger file",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 191e831

Please sign in to comment.