Skip to content

Commit

Permalink
chore(release): 1.4.2 [skip ci]
Browse files Browse the repository at this point in the history
## [1.4.2](v1.4.1...v1.4.2) (2020-07-19)

### Bug Fixes

* **partiallydereference:** must use Object.assign as spread wont make it go through during the build ([7e28af0](7e28af0))
  • Loading branch information
syroegkin committed Jul 19, 2020
1 parent 6c8837e commit 13f64f5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.4.2](https://github.com/syroegkin/swagger-markdown/compare/v1.4.1...v1.4.2) (2020-07-19)


### Bug Fixes

* **partiallydereference:** must use Object.assign as spread wont make it go through during the build ([7e28af0](https://github.com/syroegkin/swagger-markdown/commit/7e28af028eeea85f2bebcce335dba1c9254c416a))

## [1.4.1](https://github.com/syroegkin/swagger-markdown/compare/v1.4.0...v1.4.1) (2020-07-19)


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

0 comments on commit 13f64f5

Please sign in to comment.