diff --git a/CHANGELOG.md b/CHANGELOG.md index 2115e5368c3..b004f55c507 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,15 @@ 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. +## [5.1.0](https://github.com/yaacovCR/graphql-tools-fork/compare/v5.0.0...v5.1.0) (2019-06-12) + + +### Features + +* **errors:** Pass through all possible errors. ([21f70a3](https://github.com/yaacovCR/graphql-tools-fork/commit/21f70a3)), closes [#743](https://github.com/yaacovCR/graphql-tools-fork/issues/743) [#1037](https://github.com/yaacovCR/graphql-tools-fork/issues/1037) [#1046](https://github.com/yaacovCR/graphql-tools-fork/issues/1046) [apollographql/apollo-server#1582](https://github.com/yaacovCR/graphql-tools-fork/issues/1582) + + + ## [5.0.0](https://github.com/yaacovCR/graphql-tools-fork/compare/v4.0.4...v5.0.0) (2019-06-02) * Fixes a bug where schemas with scalars could not be merged when passed to diff --git a/package.json b/package.json index afc5e32d947..87ad7e3ca1b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "graphql-tools-fork", - "version": "5.0.0", + "version": "5.1.0", "description": "Forked graphql-tools, still more useful tools to create and manipulate GraphQL schemas.", "main": "dist/index.js", "typings": "dist/index.d.ts",