Skip to content

Commit

Permalink
v1.3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
i-tier-bot committed Oct 22, 2021
1 parent 5a90f7c commit 97387a2
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
### v1.3.12 (2021-10-22)
<a id="v1.3.12"></a>
#### 🏡 Internal

* [#29](https://github.com/groupon/swagql/pull/29) Revert safe-fields change ([@dbushong](https://github.com/dbushong))


### v1.3.11 (2021-06-04)
<a id="v1.3.11"></a>
#### 🏡 Internal
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![nlm-github](https://img.shields.io/badge/github-groupon%2Fswagql%2Fissues-F4D03F?logo=github&logoColor=white)](https://github.com/groupon/swagql/issues)
![nlm-node](https://img.shields.io/badge/node-%3E%3D10.13-blue?logo=node.js&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-1.3.11-blue?logo=version&logoColor=white)
![nlm-version](https://img.shields.io/badge/version-1.3.12-blue?logo=version&logoColor=white)
<div align="center">
<img src="https://user-images.githubusercontent.com/433909/52972858-ff0e6d00-3370-11e9-9188-6b3672acec27.jpg" width="400" height="440">
</div>
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.11",
"version": "1.3.12",
"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 97387a2

Please sign in to comment.