Skip to content

Commit

Permalink
chore(release): 2.3.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.3.0](v2.2.1...v2.3.0) (2023-04-30)

### Features

* **headers:** show headers in the response when present ([3f02648](3f02648))
* **readability:** improve readability by inserting horizontal lines between blocks ([94f17ab](94f17ab))
  • Loading branch information
syroegkin committed Apr 30, 2023
1 parent f213cb7 commit fec6d3b
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# [2.3.0](https://github.com/syroegkin/swagger-markdown/compare/v2.2.1...v2.3.0) (2023-04-30)


### Features

* **headers:** show headers in the response when present ([3f02648](https://github.com/syroegkin/swagger-markdown/commit/3f02648d1e937e0db7ae0fc8c4155ab7e7c125d3))
* **readability:** improve readability by inserting horizontal lines between blocks ([94f17ab](https://github.com/syroegkin/swagger-markdown/commit/94f17abfac5517afd931c5f66f68841a62412c2f))

## [2.2.1](https://github.com/syroegkin/swagger-markdown/compare/v2.2.0...v2.2.1) (2023-04-14)


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.2.1",
"version": "2.3.0",
"description": "Create markdown API documentation from swagger file",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit fec6d3b

Please sign in to comment.