From 1ae4320e41d09ec1dcb4e1842c25ba82a9486c08 Mon Sep 17 00:00:00 2001 From: Yaroslav Kukytsyak Date: Sun, 27 Jun 2021 13:13:38 +0200 Subject: [PATCH] chore(release): 0.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 90ae6b4..f1e922a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines. +### [0.1.2](https://github.com/kyarik/express-graphql-persisted-queries/compare/v0.1.1...v0.1.2) (2021-06-27) + +### Bug Fixes + +- add 'graphql' to peer dependencies ([da7ce7b](https://github.com/kyarik/express-graphql-persisted-queries/commit/da7ce7bf3f2de34b3328e61a95a17acf9703b07c)) + ### [0.1.1](https://github.com/kyarik/express-graphql-persisted-queries/compare/v0.1.0...v0.1.1) (2021-06-04) ### Bug Fixes diff --git a/package-lock.json b/package-lock.json index bdd850d..5c4c55f 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "express-graphql-persisted-queries", - "version": "0.1.1", + "version": "0.1.2", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index fb5465b..2799eac 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "express-graphql-persisted-queries", - "version": "0.1.1", + "version": "0.1.2", "description": "A Middleware for Persisted Queries with express-graphql", "author": "Yaroslav Kukytsyak", "license": "MIT",