Skip to content

Commit

Permalink
Merge pull request #171 from okgrow/v1.5.6
Browse files Browse the repository at this point in the history
chore: update CHANGELOG, bump pkg version to v1.5.6
  • Loading branch information
cfnelson authored Sep 23, 2018
2 parents 68b5703 + 9868b53 commit da415c0
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 16 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](http://semver.org/).

## [Unreleased]


## [1.5.6]
### Fixed
- Support Node.js prior to v10.10, by removing the Dirent Typescript type [PR #168](https://github.com/okgrow/merge-graphql-schemas/pull/170) by [@koenpunt](https://github.com/koenpunt).

### Changed
- Upgraded devDependencies to:
- "rollup": "0.66.2",
- "rollup-plugin-commonjs": "9.1.8"

## [1.5.5]
### Added
- Typescript typings [PR #167](https://github.com/okgrow/merge-graphql-schemas/pull/167) by [@onehorsetown](https://github.com/onehorsetown)
Expand Down
26 changes: 13 additions & 13 deletions package-lock.json

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

6 changes: 3 additions & 3 deletions 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.5.5",
"version": "1.5.6",
"description": "A utility library to facilitate merging of modularized GraphQL schemas and resolver objects.",
"repository": {
"type": "git",
Expand Down Expand Up @@ -56,9 +56,9 @@
"eslint-plugin-react": "^6.9.0",
"graphql": "^14.0.2",
"jest": "^23.6.0",
"rollup": "^0.65.2",
"rollup": "^0.66.2",
"rollup-plugin-babel": "^3.0.7",
"rollup-plugin-commonjs": "^9.1.6",
"rollup-plugin-commonjs": "^9.1.8",
"rollup-plugin-filesize": "^4.0.1",
"rollup-plugin-node-resolve": "^3.4.0",
"rollup-watch": "^4.3.1"
Expand Down

0 comments on commit da415c0

Please sign in to comment.