Skip to content

Commit

Permalink
chore(release): 2.8.0 [skip ci]
Browse files Browse the repository at this point in the history
# [2.8.0](v2.7.0...v2.8.0) (2019-04-10)

### Bug Fixes

* **filter:** filter executor now supports non array object result ([f928c40](f928c40))
* **server:** get app in start function also in interface ([ab6d63c](ab6d63c))

### Features

* **server:** server.start is async so user can await untill the start ([84883f2](84883f2))
  • Loading branch information
semantic-release-bot committed Apr 10, 2019
1 parent 97ac02a commit c36e457
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 2 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
# [2.8.0](https://github.com/Enigmatis/polaris/compare/v2.7.0...v2.8.0) (2019-04-10)


### Bug Fixes

* **filter:** filter executor now supports non array object result ([f928c40](https://github.com/Enigmatis/polaris/commit/f928c40))
* **server:** get app in start function also in interface ([ab6d63c](https://github.com/Enigmatis/polaris/commit/ab6d63c))


### Features

* **server:** server.start is async so user can await untill the start ([84883f2](https://github.com/Enigmatis/polaris/commit/84883f2))

# [2.7.0](https://github.com/Enigmatis/polaris/compare/v2.6.0...v2.7.0) (2019-04-09)


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,6 +1,6 @@
{
"name": "@enigmatis/polaris",
"version": "2.7.0",
"version": "2.8.0",
"description": "An express graphql js engine",
"main": "./dist/src/main.js",
"types": "./dist/src/main.d.ts",
Expand Down

0 comments on commit c36e457

Please sign in to comment.