From 7eaa0c3054bbe18ef71e8a5707fca6531d34721d Mon Sep 17 00:00:00 2001 From: Charly POLY Date: Fri, 15 Feb 2019 15:52:24 +0100 Subject: [PATCH] chore(release): 0.1.1 --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f90207e..5885b0f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ 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.1](https://github.com/wittydeveloper/graphql-to-json-schema/compare/v0.1.0...v0.1.1) (2019-02-15) + + + # [0.1.0](https://github.com/wittydeveloper/graphql-to-json-schema/compare/v0.1.0-1...v0.1.0) (2018-12-29) diff --git a/package.json b/package.json index 0d68be5..837305a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-2-json-schema", - "version": "0.1.0", + "version": "0.1.1", "main": "dist/index.js", "repository": "git@github.com:wittydeveloper/graphql-to-json-schema.git", "author": "Charly POLY ",