Skip to content

Commit

Permalink
v3.5.9
Browse files Browse the repository at this point in the history
  • Loading branch information
erunion committed Aug 24, 2020
1 parent 0c87067 commit a5ec577
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 5 deletions.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
## <small>3.5.9 (2020-08-24)</small>

* fix: dont return security if no securityschemes are present (#259) ([0c87067](https://github.com/readmeio/oas/commit/0c87067)), closes [#259](https://github.com/readmeio/oas/issues/259)
* chore(deps-dev): bump @commitlint/cli from 9.1.1 to 9.1.2 (#254) ([3325158](https://github.com/readmeio/oas/commit/3325158)), closes [#254](https://github.com/readmeio/oas/issues/254)
* chore(deps-dev): bump @commitlint/config-conventional (#250) ([62cb1a9](https://github.com/readmeio/oas/commit/62cb1a9)), closes [#250](https://github.com/readmeio/oas/issues/250)
* chore(deps-dev): bump @readme/eslint-config from 3.4.1 to 3.4.2 (#256) ([5c3c6e3](https://github.com/readmeio/oas/commit/5c3c6e3)), closes [#256](https://github.com/readmeio/oas/issues/256)
* chore(deps-dev): bump conventional-changelog-cli from 2.0.34 to 2.1.0 (#249) ([ff7e2ac](https://github.com/readmeio/oas/commit/ff7e2ac)), closes [#249](https://github.com/readmeio/oas/issues/249)
* chore(deps-dev): bump eslint from 7.6.0 to 7.7.0 (#253) ([d0ae711](https://github.com/readmeio/oas/commit/d0ae711)), closes [#253](https://github.com/readmeio/oas/issues/253)
* chore(deps-dev): bump jest from 26.3.0 to 26.4.0 (#255) ([3091e04](https://github.com/readmeio/oas/commit/3091e04)), closes [#255](https://github.com/readmeio/oas/issues/255)
* chore(deps-dev): bump jest from 26.4.0 to 26.4.2 (#257) ([b021e8e](https://github.com/readmeio/oas/commit/b021e8e)), closes [#257](https://github.com/readmeio/oas/issues/257)
* chore(deps-dev): bump sinon from 9.0.2 to 9.0.3 (#251) ([3046279](https://github.com/readmeio/oas/commit/3046279)), closes [#251](https://github.com/readmeio/oas/issues/251)
* chore(deps): bump lodash from 4.17.19 to 4.17.20 (#252) ([ac49f9b](https://github.com/readmeio/oas/commit/ac49f9b)), closes [#252](https://github.com/readmeio/oas/issues/252)
* chore(deps): bump open from 7.1.0 to 7.2.0 (#258) ([5968d68](https://github.com/readmeio/oas/commit/5968d68)), closes [#258](https://github.com/readmeio/oas/issues/258)



## <small>3.5.8 (2020-08-13)</small>

* feat: adding a new isFormUrlEncoded method on the operation class ([45537f7](https://github.com/readmeio/oas/commit/45537f7))
Expand Down
2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
"packages": [
"packages/*"
],
"version": "3.5.8"
"version": "3.5.9"
}
2 changes: 1 addition & 1 deletion packages/cli/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 packages/cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"microservice",
"documentation"
],
"version": "3.5.7",
"version": "3.5.9",
"repository": {
"type": "git",
"url": "git://github.com/readmeio/oas.git",
Expand Down
2 changes: 1 addition & 1 deletion packages/tooling/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 packages/tooling/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"oai",
"oas"
],
"version": "3.5.8",
"version": "3.5.9",
"repository": {
"type": "git",
"url": "git://github.com/readmeio/oas.git",
Expand Down

0 comments on commit a5ec577

Please sign in to comment.