Skip to content

Commit

Permalink
chore(release): 1.5.1 [skip ci]
Browse files Browse the repository at this point in the history
## [1.5.1](v1.5.0...v1.5.1) (2018-07-23)

### Bug Fixes

* **dataloaders:** fix result order to match inputed ids ([08d2d62](08d2d62))
  • Loading branch information
semantic-release-bot committed Jul 23, 2018
1 parent 08d2d62 commit 75dab46
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
## [1.5.1](https://github.com/tsirlucas/soundplace-graphql/compare/v1.5.0...v1.5.1) (2018-07-23)


### Bug Fixes

* **dataloaders:** fix result order to match inputed ids ([08d2d62](https://github.com/tsirlucas/soundplace-graphql/commit/08d2d62))

# [1.5.0](https://github.com/tsirlucas/soundplace-graphql/compare/v1.4.0...v1.5.0) (2018-07-23)


Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"description": "Soundplace Graphql API",
"repository": {},
"license": "UNLICENSED",
"version": "1.5.0",
"version": "1.5.1",
"main": "server.js",
"scripts": {
"start": "npm run build:live",
Expand Down

0 comments on commit 75dab46

Please sign in to comment.