Skip to content

Commit

Permalink
v1.3.6
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Oct 6, 2020
1 parent 8786e60 commit 4e76b90
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
### 1.3.6 - 2020-10-06

* Small fixes - **[@aaarichter](https://github.com/aaarichter)** [#20](https://github.com/groupon/swagql/pull/20)
- [`068cfd6`](https://github.com/groupon/swagql/commit/068cfd6f85f9b854a529e684fc70926d8b6b415f) 🐛 **fix:** avoid duplicate args
- [`bc49e43`](https://github.com/groupon/swagql/commit/bc49e433a282c5ceae272d5dd6ece5f7e611847f) 🐛 **fix:** partial revert PR #15 - see: [#15](https://github.com/groupon/swagql/issues/15)
- [`8ecd5c2`](https://github.com/groupon/swagql/commit/8ecd5c21a1617af049543563e3e4678a2e9728a2) ♻️ **chore:** update dependencies


### 1.3.5 - 2020-09-12

* refactor: upgrade to babel 7 & drop node 8 support - **[@aaarichter](https://github.com/aaarichter)** [#18](https://github.com/groupon/swagql/pull/18)
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": "swagql",
"version": "1.3.5",
"version": "1.3.6",
"description": "Build a GraphQL schema from a given Swagger or Open API specification",
"license": "BSD-3-Clause",
"main": "lib/swagql.js",
Expand Down

0 comments on commit 4e76b90

Please sign in to comment.