Skip to content

Commit

Permalink
Merge pull request #90 from okgrow/v1.1.4
Browse files Browse the repository at this point in the history
V1.1.4
  • Loading branch information
RodMachado authored Sep 15, 2017
2 parents 24a62b7 + 87517a9 commit f9bca8f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,14 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]

## [1.1.4] - 2017-09-15
### Added
- Rollup.js is now used for our build process. We now publish a `cjs` & `esm` bundle [PR #72](https://github.com/okgrow/merge-graphql-schemas/pull/72)

### Changed
- Updated deepmerge to v1.5.1 which fixes this deepmerge [issue](https://github.com/KyleAMathews/deepmerge/issues/65).[PR #89](https://github.com/okgrow/merge-graphql-schemas/pull/89)
- Babel Polyfill has been removed as a dependency, we now directly bundle `object.values` & `array.includes` from `core-js` [PR #72](https://github.com/okgrow/merge-graphql-schemas/pull/72)

## [1.1.3] - 2017-09-01
### Changed
- FileLoader function also loads gql extension files
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "merge-graphql-schemas",
"author": "OK GROW!",
"version": "1.1.3",
"version": "1.1.4",
"description": "A utility library to facilitate merging of modularized GraphQL schemas and resolver objects.",
"repository": {
"type": "git",
Expand Down

0 comments on commit f9bca8f

Please sign in to comment.