diff --git a/CHANGELOG.md b/CHANGELOG.md index 56becd3..87287c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/package-lock.json b/package-lock.json index 937d076..d2d3d13 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "swagql", - "version": "1.3.5", + "version": "1.3.6", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 40ae134..1e2774c 100644 --- a/package.json +++ b/package.json @@ -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",