Skip to content

Commit

Permalink
chore(release): 1.4.0 [skip ci]
Browse files Browse the repository at this point in the history
# [1.4.0](v1.3.0...v1.4.0) (2020-07-04)

### Bug Fixes

* escape pipe character in text ([463e9ff](463e9ff))

### Features

* prettify narkdown documents ([47e1352](47e1352))
  • Loading branch information
syroegkin committed Jul 4, 2020
1 parent 3cd24b3 commit b1d1bc9
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
# [1.4.0](https://github.com/syroegkin/swagger-markdown/compare/v1.3.0...v1.4.0) (2020-07-04)


### Bug Fixes

* escape pipe character in text ([463e9ff](https://github.com/syroegkin/swagger-markdown/commit/463e9ff29dddbc90a68ded5e6f070ca234f61168))


### Features

* prettify narkdown documents ([47e1352](https://github.com/syroegkin/swagger-markdown/commit/47e13526aef31e97c2823f40250e86c84d0b8da8))

# [1.3.0](https://github.com/syroegkin/swagger-markdown/compare/v1.2.0...v1.3.0) (2020-07-03)


Expand Down
2 changes: 1 addition & 1 deletion 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": "1.3.0",
"version": "1.4.0",
"description": "Create markdown API documentation from swagger file",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit b1d1bc9

Please sign in to comment.