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 ",