From 4cb60ee969cb308e647df8261ec5811133045833 Mon Sep 17 00:00:00 2001 From: nlm Date: Thu, 28 Feb 2019 21:27:25 +0000 Subject: [PATCH] v1.1.2 --- CHANGELOG.md | 6 ++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0879822..c40f861 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +### 1.1.2 + +* add package keywords - **[@saumitrab](https://github.com/saumitrab)** [#4](https://github.com/groupon/swagql/pull/4) + - [`7ce0f51`](https://github.com/groupon/swagql/commit/7ce0f5136a7cefc67593a1a8e6c2952439bbf278) **docs:** add package keywords + + ### 1.1.1 * Add array connection tests and mention usage in docs - **[@saumitrab](https://github.com/saumitrab)** [#3](https://github.com/groupon/swagql/pull/3) diff --git a/package-lock.json b/package-lock.json index ef73a83..e5921a7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "swagql", - "version": "1.1.1", + "version": "1.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 62949fb..a3cfdf2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "swagql", - "version": "1.1.1", + "version": "1.1.2", "description": "Build a GraphQL schema from a given Swagger or Open API specification", "license": "BSD-3-Clause", "main": "lib/swagql.js",